Html Css Color HEX #DA4728 Cinnabar

📋 copy color: '#DA4728'

red 218 ◦ green 71 ◦ blue 40

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

Shades of Cinnabar #DA4728

Tints of Cinnabar #DA4728

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

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

R = 66.26%
G = 21.58%
B = 12.16%

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

#DA4728 (or 0xDA4728) is known color: Cinnabar. HEX triplet: DA, 47 and 28. RGB value is (218,71,40). Sum of RGB (Red+Green+Blue) = 218+71+40=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4728 is #25B8D7. Grayscale: #6F6F6F. Windows color (decimal): -2472152 or 2639834. OLE color: 2639834.

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

Color convert

RGB 218 71 40 -
CMYK 0 0.67 0.82 0.15
HSL 10.45º 0.71% 0.51% -
HSV(B) 10.45º 0.82% 0.85% -
XYZ 31.55 19.57 4.12 -
YUV 111.42 87.7 204.02 -
System Red Green Blue C M Y K H S L
Decimal 218 71 40 0 0.67 0.82 0.15 10.45 0.71 0.51
Hex DA 47 28 0 43 52 F A 47 33
Octal 332 107 50 0 103 122 17 12 107 63
Binary 11011010 1000111 101000 0 1000011 1010010 1111 1010 1000111 110011

Color Harmonies of #DA4728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4728

Black with #DA4728

Text Example


Text Example

White with #DA4728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4728; }

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

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

background-color css

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

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

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

border-color css

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

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

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