Html Css Color HEX #DF482C Cinnabar

📋 copy color: '#DF482C'

red 223 ◦ green 72 ◦ blue 44

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

Shades of Cinnabar #DF482C

Tints of Cinnabar #DF482C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.24%

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

R = 65.78%
G = 21.24%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF482C (or 0xDF482C) is known color: Cinnabar. HEX triplet: DF, 48 and 2C. RGB value is (223,72,44). Sum of RGB (Red+Green+Blue) = 223+72+44=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF482C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF482C is #20B7D3. Grayscale: #727272. Windows color (decimal): -2144212 or 2902239. OLE color: 2902239.

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

Color convert

RGB 223 72 44 -
CMYK 0 0.68 0.80 0.13
HSL 9.39º 0.74% 0.52% -
HSV(B) 9.39º 0.8% 0.87% -
XYZ 33.2 20.5 4.59 -
YUV 113.96 88.53 205.78 -
System Red Green Blue C M Y K H S L
Decimal 223 72 44 0 0.68 0.80 0.13 9.39 0.74 0.52
Hex DF 48 2C 0 44 50 D 9 4A 34
Octal 337 110 54 0 104 120 15 11 112 64
Binary 11011111 1001000 101100 0 1000100 1010000 1101 1001 1001010 110100

Color Harmonies of #DF482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF482C

Black with #DF482C

Text Example


Text Example

White with #DF482C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF482C; }

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

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

background-color css

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

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

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

border-color css

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

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

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