Html Css Color HEX #DF462C Cinnabar

📋 copy color: '#DF462C'

red 223 ◦ green 70 ◦ blue 44

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

Shades of Cinnabar #DF462C

Tints of Cinnabar #DF462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.77%

 BLUE value IS 44 (17.58% from 255) = 13.06%

R = 66.17%
G = 20.77%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF462C (or 0xDF462C) is known color: Cinnabar. HEX triplet: DF, 46 and 2C. RGB value is (223,70,44). Sum of RGB (Red+Green+Blue) = 223+70+44=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF462C is #20B9D3. Grayscale: #717171. Windows color (decimal): -2144724 or 2901727. OLE color: 2901727.

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

Color convert

RGB 223 70 44 -
CMYK 0 0.69 0.80 0.13
HSL 8.72º 0.74% 0.52% -
HSV(B) 8.72º 0.8% 0.87% -
XYZ 33.08 20.25 4.55 -
YUV 112.78 89.19 206.61 -
System Red Green Blue C M Y K H S L
Decimal 223 70 44 0 0.69 0.80 0.13 8.72 0.74 0.52
Hex DF 46 2C 0 45 50 D 9 4A 34
Octal 337 106 54 0 105 120 15 11 112 64
Binary 11011111 1000110 101100 0 1000101 1010000 1101 1001 1001010 110100

Color Harmonies of #DF462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF462C

Black with #DF462C

Text Example


Text Example

White with #DF462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF462C; }

 p { color: rgb(223,70,44); }

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

background-color css

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

 a { background-color: rgb(223,70,44); }

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

border-color css

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

 span { border-color: rgb(223,70,44); }

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