Html Css Color HEX #DA4827 Cinnabar

📋 copy color: '#DA4827'

red 218 ◦ green 72 ◦ blue 39

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

Shades of Cinnabar #DA4827

Tints of Cinnabar #DA4827

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.88%

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

R = 66.26%
G = 21.88%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA4827 (or 0xDA4827) is known color: Cinnabar. HEX triplet: DA, 48 and 27. RGB value is (218,72,39). Sum of RGB (Red+Green+Blue) = 218+72+39=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4827 is #25B7D8. Grayscale: #707070. Windows color (decimal): -2471897 or 2574554. OLE color: 2574554.

HSL color Cylindrical-coordinate representation of color #DA4827: hue angle of 11.06º 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 #DA4827 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 72 39 -
CMYK 0 0.67 0.82 0.15
HSL 11.06º 0.71% 0.5% -
HSV(B) 11.06º 0.82% 0.85% -
XYZ 31.6 19.69 4.05 -
YUV 111.89 86.87 203.68 -
System Red Green Blue C M Y K H S L
Decimal 218 72 39 0 0.67 0.82 0.15 11.06 0.71 0.5
Hex DA 48 27 0 43 52 F B 47 32
Octal 332 110 47 0 103 122 17 13 107 62
Binary 11011010 1001000 100111 0 1000011 1010010 1111 1011 1000111 110010

Color Harmonies of #DA4827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4827

Black with #DA4827

Text Example


Text Example

White with #DA4827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4827; }

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

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

background-color css

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

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

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

border-color css

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

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

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