Html Css Color HEX #DA412B Cinnabar

📋 copy color: '#DA412B'

red 218 ◦ green 65 ◦ blue 43

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

Shades of Cinnabar #DA412B

Tints of Cinnabar #DA412B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.94%

 BLUE value IS 43 (17.19% from 255) = 13.19%

R = 66.87%
G = 19.94%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA412B (or 0xDA412B) is known color: Cinnabar. HEX triplet: DA, 41 and 2B. RGB value is (218,65,43). Sum of RGB (Red+Green+Blue) = 218+65+43=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA412B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA412B is #25BED4. Grayscale: #6C6C6C. Windows color (decimal): -2473685 or 2834906. OLE color: 2834906.

HSL color Cylindrical-coordinate representation of color #DA412B: hue angle of 7.54º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA412B is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 65 43 -
CMYK 0 0.70 0.80 0.15
HSL 7.54º 0.7% 0.51% -
HSV(B) 7.54º 0.8% 0.85% -
XYZ 31.24 18.86 4.28 -
YUV 108.24 91.19 206.29 -
System Red Green Blue C M Y K H S L
Decimal 218 65 43 0 0.70 0.80 0.15 7.54 0.7 0.51
Hex DA 41 2B 0 46 50 F 8 46 33
Octal 332 101 53 0 106 120 17 10 106 63
Binary 11011010 1000001 101011 0 1000110 1010000 1111 1000 1000110 110011

Color Harmonies of #DA412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA412B

Black with #DA412B

Text Example


Text Example

White with #DA412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA412B; }

 p { color: rgb(218,65,43); }

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

background-color css

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

 a { background-color: rgb(218,65,43); }

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

border-color css

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

 span { border-color: rgb(218,65,43); }

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