Html Css Color HEX #DA471E Cinnabar

📋 copy color: '#DA471E'

red 218 ◦ green 71 ◦ blue 30

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

Shades of Cinnabar #DA471E

Tints of Cinnabar #DA471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.4%

R = 68.34%
G = 22.26%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA471E (or 0xDA471E) is known color: Cinnabar. HEX triplet: DA, 47 and 1E. RGB value is (218,71,30). Sum of RGB (Red+Green+Blue) = 218+71+30=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA471E is #25B8E1. Grayscale: #6E6E6E. Windows color (decimal): -2472162 or 1984474. OLE color: 1984474.

HSL color Cylindrical-coordinate representation of color #DA471E: hue angle of 13.09º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA471E is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 71 30 -
CMYK 0 0.67 0.86 0.15
HSL 13.09º 0.76% 0.49% -
HSV(B) 13.09º 0.86% 0.85% -
XYZ 31.4 19.51 3.34 -
YUV 110.28 82.7 204.83 -
System Red Green Blue C M Y K H S L
Decimal 218 71 30 0 0.67 0.86 0.15 13.09 0.76 0.49
Hex DA 47 1E 0 43 56 F D 4C 31
Octal 332 107 36 0 103 126 17 15 114 61
Binary 11011010 1000111 11110 0 1000011 1010110 1111 1101 1001100 110001

Color Harmonies of #DA471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA471E

Black with #DA471E

Text Example


Text Example

White with #DA471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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