Html Css Color HEX #DA4428 Cinnabar

📋 copy color: '#DA4428'

red 218 ◦ green 68 ◦ blue 40

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

Shades of Cinnabar #DA4428

Tints of Cinnabar #DA4428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.86%

 BLUE value IS 40 (16.02% from 255) = 12.27%

R = 66.87%
G = 20.86%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA4428 (or 0xDA4428) is known color: Cinnabar. HEX triplet: DA, 44 and 28. RGB value is (218,68,40). Sum of RGB (Red+Green+Blue) = 218+68+40=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4428 is #25BBD7. Grayscale: #6D6D6D. Windows color (decimal): -2472920 or 2639066. OLE color: 2639066.

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

Color convert

RGB 218 68 40 -
CMYK 0 0.69 0.82 0.15
HSL 9.44º 0.71% 0.51% -
HSV(B) 9.44º 0.82% 0.85% -
XYZ 31.36 19.19 4.06 -
YUV 109.66 88.7 205.28 -
System Red Green Blue C M Y K H S L
Decimal 218 68 40 0 0.69 0.82 0.15 9.44 0.71 0.51
Hex DA 44 28 0 45 52 F 9 47 33
Octal 332 104 50 0 105 122 17 11 107 63
Binary 11011010 1000100 101000 0 1000101 1010010 1111 1001 1000111 110011

Color Harmonies of #DA4428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4428

Black with #DA4428

Text Example


Text Example

White with #DA4428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4428; }

 p { color: rgb(218,68,40); }

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

background-color css

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

 a { background-color: rgb(218,68,40); }

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

border-color css

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

 span { border-color: rgb(218,68,40); }

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