Html Css Color HEX #DA4A27 Cinnabar

📋 copy color: '#DA4A27'

red 218 ◦ green 74 ◦ blue 39

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

Shades of Cinnabar #DA4A27

Tints of Cinnabar #DA4A27

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.36%

 BLUE value IS 39 (15.63% from 255) = 11.78%

R = 65.86%
G = 22.36%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA4A27 (or 0xDA4A27) is known color: Cinnabar. HEX triplet: DA, 4A and 27. RGB value is (218,74,39). Sum of RGB (Red+Green+Blue) = 218+74+39=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4A27 is #25B5D8. Grayscale: #717171. Windows color (decimal): -2471385 or 2575066. OLE color: 2575066.

HSL color Cylindrical-coordinate representation of color #DA4A27: hue angle of 11.73º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA4A27 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 74 39 -
CMYK 0 0.66 0.82 0.15
HSL 11.73º 0.71% 0.5% -
HSV(B) 11.73º 0.82% 0.85% -
XYZ 31.73 19.95 4.1 -
YUV 113.07 86.21 202.85 -
System Red Green Blue C M Y K H S L
Decimal 218 74 39 0 0.66 0.82 0.15 11.73 0.71 0.5
Hex DA 4A 27 0 42 52 F C 47 32
Octal 332 112 47 0 102 122 17 14 107 62
Binary 11011010 1001010 100111 0 1000010 1010010 1111 1100 1000111 110010

Color Harmonies of #DA4A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A27

Black with #DA4A27

Text Example


Text Example

White with #DA4A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A27; }

 p { color: rgb(218,74,39); }

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

background-color css

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

 a { background-color: rgb(218,74,39); }

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

border-color css

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

 span { border-color: rgb(218,74,39); }

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