Html Css Color HEX #DA471F Cinnabar

📋 copy color: '#DA471F'

red 218 ◦ green 71 ◦ blue 31

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

Shades of Cinnabar #DA471F

Tints of Cinnabar #DA471F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.69%

R = 68.13%
G = 22.19%
B = 9.69%

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

#DA471F (or 0xDA471F) is known color: Cinnabar. HEX triplet: DA, 47 and 1F. RGB value is (218,71,31). Sum of RGB (Red+Green+Blue) = 218+71+31=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA471F is #25B8E0. Grayscale: #6E6E6E. Windows color (decimal): -2472161 or 2050010. OLE color: 2050010.

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

Color convert

RGB 218 71 31 -
CMYK 0 0.67 0.86 0.15
HSL 12.83º 0.75% 0.49% -
HSV(B) 12.83º 0.86% 0.85% -
XYZ 31.41 19.51 3.41 -
YUV 110.39 83.2 204.75 -
System Red Green Blue C M Y K H S L
Decimal 218 71 31 0 0.67 0.86 0.15 12.83 0.75 0.49
Hex DA 47 1F 0 43 56 F D 4B 31
Octal 332 107 37 0 103 126 17 15 113 61
Binary 11011010 1000111 11111 0 1000011 1010110 1111 1101 1001011 110001

Color Harmonies of #DA471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA471F

Black with #DA471F

Text Example


Text Example

White with #DA471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA471F; }

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

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

background-color css

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

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

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

border-color css

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

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

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