Html Css Color HEX #DA4028 Cinnabar

📋 copy color: '#DA4028'

red 218 ◦ green 64 ◦ blue 40

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

Shades of Cinnabar #DA4028

Tints of Cinnabar #DA4028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.88%

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

R = 67.7%
G = 19.88%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA4028 (or 0xDA4028) is known color: Cinnabar. HEX triplet: DA, 40 and 28. RGB value is (218,64,40). Sum of RGB (Red+Green+Blue) = 218+64+40=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4028 is #25BFD7. Grayscale: #6B6B6B. Windows color (decimal): -2473944 or 2638042. OLE color: 2638042.

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

Color convert

RGB 218 64 40 -
CMYK 0 0.71 0.82 0.15
HSL 8.09º 0.71% 0.51% -
HSV(B) 8.09º 0.82% 0.85% -
XYZ 31.13 18.73 3.98 -
YUV 107.31 90.02 206.95 -
System Red Green Blue C M Y K H S L
Decimal 218 64 40 0 0.71 0.82 0.15 8.09 0.71 0.51
Hex DA 40 28 0 47 52 F 8 47 33
Octal 332 100 50 0 107 122 17 10 107 63
Binary 11011010 1000000 101000 0 1000111 1010010 1111 1000 1000111 110011

Color Harmonies of #DA4028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4028

Black with #DA4028

Text Example


Text Example

White with #DA4028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4028; }

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

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

background-color css

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

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

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

border-color css

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

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

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