Html Css Color HEX #DA412A Cinnabar

📋 copy color: '#DA412A'

red 218 ◦ green 65 ◦ blue 42

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

Shades of Cinnabar #DA412A

Tints of Cinnabar #DA412A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.92%

R = 67.08%
G = 20%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA412A (or 0xDA412A) is known color: Cinnabar. HEX triplet: DA, 41 and 2A. RGB value is (218,65,42). Sum of RGB (Red+Green+Blue) = 218+65+42=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA412A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA412A is #25BED5. Grayscale: #6C6C6C. Windows color (decimal): -2473686 or 2769370. OLE color: 2769370.

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

Color convert

RGB 218 65 42 -
CMYK 0 0.70 0.81 0.15
HSL 7.84º 0.7% 0.51% -
HSV(B) 7.84º 0.81% 0.85% -
XYZ 31.22 18.85 4.18 -
YUV 108.13 90.69 206.37 -
System Red Green Blue C M Y K H S L
Decimal 218 65 42 0 0.70 0.81 0.15 7.84 0.7 0.51
Hex DA 41 2A 0 46 51 F 8 46 33
Octal 332 101 52 0 106 121 17 10 106 63
Binary 11011010 1000001 101010 0 1000110 1010001 1111 1000 1000110 110011

Color Harmonies of #DA412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA412A

Black with #DA412A

Text Example


Text Example

White with #DA412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA412A; }

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

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

background-color css

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

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

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

border-color css

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

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

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