Html Css Color HEX #DA462E Cinnabar

📋 copy color: '#DA462E'

red 218 ◦ green 70 ◦ blue 46

#DA462E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #DA462E

Tints of Cinnabar #DA462E

RGB

 RED value IS 218 (85.55% from 255) = 65.27%

 GREEN value IS 70 (27.73% from 255) = 20.96%

 BLUE value IS 46 (18.36% from 255) = 13.77%

R = 65.27%
G = 20.96%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA462E (or 0xDA462E) is known color: Cinnabar. HEX triplet: DA, 46 and 2E. RGB value is (218,70,46). Sum of RGB (Red+Green+Blue) = 218+70+46=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA462E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA462E is #25B9D1. Grayscale: #6F6F6F. Windows color (decimal): -2472402 or 3032794. OLE color: 3032794.

HSL color Cylindrical-coordinate representation of color #DA462E: hue angle of 8.37º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA462E is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 70 46 -
CMYK 0 0.68 0.79 0.15
HSL 8.37º 0.7% 0.52% -
HSV(B) 8.37º 0.79% 0.85% -
XYZ 31.6 19.48 4.68 -
YUV 111.52 91.03 203.95 -
System Red Green Blue C M Y K H S L
Decimal 218 70 46 0 0.68 0.79 0.15 8.37 0.7 0.52
Hex DA 46 2E 0 44 4F F 8 46 34
Octal 332 106 56 0 104 117 17 10 106 64
Binary 11011010 1000110 101110 0 1000100 1001111 1111 1000 1000110 110100

Color Harmonies of #DA462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA462E

Black with #DA462E

Text Example


Text Example

White with #DA462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA462E; }

 p { color: rgb(218,70,46); }

 H1.HeaderClassName
 {
   color: #DA462E;
 }
 .AnyTagClassName
 {
   color: #DA462E;
 }
</style>

background-color css

<style>
 a { background-color: #DA462E; }

 a { background-color: rgb(218,70,46); }

 div.DivClassName
 {
   background-color: #DA462E;
 }
 .BgClassName
 {
   background-color: #DA462E;
 }
</style>

border-color css

<style>
 span { border-color: #DA462E; }

 span { border-color: rgb(218,70,46); }

 td.TdClassName
 {
   border-color: #DA462E;
 }
 .TagClassName
 {
   border-color: #DA462E;
 }
</style>