Html Css Color HEX #DF472B Cinnabar

📋 copy color: '#DF472B'

red 223 ◦ green 71 ◦ blue 43

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

Shades of Cinnabar #DF472B

Tints of Cinnabar #DF472B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.76%

R = 66.17%
G = 21.07%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF472B (or 0xDF472B) is known color: Cinnabar. HEX triplet: DF, 47 and 2B. RGB value is (223,71,43). Sum of RGB (Red+Green+Blue) = 223+71+43=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF472B is #20B8D4. Grayscale: #717171. Windows color (decimal): -2144469 or 2836447. OLE color: 2836447.

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

Color convert

RGB 223 71 43 -
CMYK 0 0.68 0.81 0.13
HSL 9.33º 0.74% 0.52% -
HSV(B) 9.33º 0.81% 0.87% -
XYZ 33.12 20.37 4.47 -
YUV 113.26 88.36 206.28 -
System Red Green Blue C M Y K H S L
Decimal 223 71 43 0 0.68 0.81 0.13 9.33 0.74 0.52
Hex DF 47 2B 0 44 51 D 9 4A 34
Octal 337 107 53 0 104 121 15 11 112 64
Binary 11011111 1000111 101011 0 1000100 1010001 1101 1001 1001010 110100

Color Harmonies of #DF472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF472B

Black with #DF472B

Text Example


Text Example

White with #DF472B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF472B; }

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

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

background-color css

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

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

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

border-color css

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

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

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