Html Css Color HEX #DF471B Cinnabar

📋 copy color: '#DF471B'

red 223 ◦ green 71 ◦ blue 27

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

Shades of Cinnabar #DF471B

Tints of Cinnabar #DF471B

RGB

 RED value IS 223 (87.5% from 255) = 69.47%

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

 BLUE value IS 27 (10.94% from 255) = 8.41%

R = 69.47%
G = 22.12%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF471B (or 0xDF471B) is known color: Cinnabar. HEX triplet: DF, 47 and 1B. RGB value is (223,71,27). Sum of RGB (Red+Green+Blue) = 223+71+27=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF471B is #20B8E4. Grayscale: #6F6F6F. Windows color (decimal): -2144485 or 1787871. OLE color: 1787871.

HSL color Cylindrical-coordinate representation of color #DF471B: hue angle of 13.47º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF471B is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 71 27 -
CMYK 0 0.68 0.88 0.13
HSL 13.47º 0.78% 0.49% -
HSV(B) 13.47º 0.88% 0.87% -
XYZ 32.88 20.27 3.22 -
YUV 111.43 80.36 207.58 -
System Red Green Blue C M Y K H S L
Decimal 223 71 27 0 0.68 0.88 0.13 13.47 0.78 0.49
Hex DF 47 1B 0 44 58 D D 4E 31
Octal 337 107 33 0 104 130 15 15 116 61
Binary 11011111 1000111 11011 0 1000100 1011000 1101 1101 1001110 110001

Color Harmonies of #DF471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF471B

Black with #DF471B

Text Example


Text Example

White with #DF471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF471B; }

 p { color: rgb(223,71,27); }

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

background-color css

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

 a { background-color: rgb(223,71,27); }

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

border-color css

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

 span { border-color: rgb(223,71,27); }

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