Html Css Color HEX #DF471D Cinnabar

📋 copy color: '#DF471D'

red 223 ◦ green 71 ◦ blue 29

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

Shades of Cinnabar #DF471D

Tints of Cinnabar #DF471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.98%

R = 69.04%
G = 21.98%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF471D (or 0xDF471D) is known color: Cinnabar. HEX triplet: DF, 47 and 1D. RGB value is (223,71,29). Sum of RGB (Red+Green+Blue) = 223+71+29=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF471D is #20B8E2. Grayscale: #6F6F6F. Windows color (decimal): -2144483 or 1918943. OLE color: 1918943.

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

Color convert

RGB 223 71 29 -
CMYK 0 0.68 0.87 0.13
HSL 12.99º 0.77% 0.49% -
HSV(B) 12.99º 0.87% 0.87% -
XYZ 32.91 20.28 3.34 -
YUV 111.66 81.36 207.42 -
System Red Green Blue C M Y K H S L
Decimal 223 71 29 0 0.68 0.87 0.13 12.99 0.77 0.49
Hex DF 47 1D 0 44 57 D D 4D 31
Octal 337 107 35 0 104 127 15 15 115 61
Binary 11011111 1000111 11101 0 1000100 1010111 1101 1101 1001101 110001

Color Harmonies of #DF471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF471D

Black with #DF471D

Text Example


Text Example

White with #DF471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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