Html Css Color HEX #DF472A Cinnabar

📋 copy color: '#DF472A'

red 223 ◦ green 71 ◦ blue 42

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

Shades of Cinnabar #DF472A

Tints of Cinnabar #DF472A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.5%

R = 66.37%
G = 21.13%
B = 12.5%

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

#DF472A (or 0xDF472A) is known color: Cinnabar. HEX triplet: DF, 47 and 2A. RGB value is (223,71,42). Sum of RGB (Red+Green+Blue) = 223+71+42=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF472A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF472A is #20B8D5. Grayscale: #717171. Windows color (decimal): -2144470 or 2770911. OLE color: 2770911.

HSL color Cylindrical-coordinate representation of color #DF472A: hue angle of 9.61º 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 #DF472A is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 71 42 -
CMYK 0 0.68 0.81 0.13
HSL 9.61º 0.74% 0.52% -
HSV(B) 9.61º 0.81% 0.87% -
XYZ 33.1 20.36 4.38 -
YUV 113.14 87.86 206.36 -
System Red Green Blue C M Y K H S L
Decimal 223 71 42 0 0.68 0.81 0.13 9.61 0.74 0.52
Hex DF 47 2A 0 44 51 D A 4A 34
Octal 337 107 52 0 104 121 15 12 112 64
Binary 11011111 1000111 101010 0 1000100 1010001 1101 1010 1001010 110100

Color Harmonies of #DF472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF472A

Black with #DF472A

Text Example


Text Example

White with #DF472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF472A; }

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

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

background-color css

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

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

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

border-color css

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

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

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