Html Css Color HEX #DA4727 Cinnabar

📋 copy color: '#DA4727'

red 218 ◦ green 71 ◦ blue 39

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

Shades of Cinnabar #DA4727

Tints of Cinnabar #DA4727

RGB

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

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

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

R = 66.46%
G = 21.65%
B = 11.89%

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

#DA4727 (or 0xDA4727) is known color: Cinnabar. HEX triplet: DA, 47 and 27. RGB value is (218,71,39). Sum of RGB (Red+Green+Blue) = 218+71+39=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4727 is #25B8D8. Grayscale: #6F6F6F. Windows color (decimal): -2472153 or 2574298. OLE color: 2574298.

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

Color convert

RGB 218 71 39 -
CMYK 0 0.67 0.82 0.15
HSL 10.73º 0.71% 0.5% -
HSV(B) 10.73º 0.82% 0.85% -
XYZ 31.53 19.56 4.03 -
YUV 111.31 87.2 204.1 -
System Red Green Blue C M Y K H S L
Decimal 218 71 39 0 0.67 0.82 0.15 10.73 0.71 0.5
Hex DA 47 27 0 43 52 F B 47 32
Octal 332 107 47 0 103 122 17 13 107 62
Binary 11011010 1000111 100111 0 1000011 1010010 1111 1011 1000111 110010

Color Harmonies of #DA4727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4727

Black with #DA4727

Text Example


Text Example

White with #DA4727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4727; }

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

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

background-color css

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

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

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

border-color css

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

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

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