Html Css Color HEX #DF502C Cinnabar

📋 copy color: '#DF502C'

red 223 ◦ green 80 ◦ blue 44

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

Shades of Cinnabar #DF502C

Tints of Cinnabar #DF502C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.05%

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

R = 64.27%
G = 23.05%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF502C (or 0xDF502C) is known color: Cinnabar. HEX triplet: DF, 50 and 2C. RGB value is (223,80,44). Sum of RGB (Red+Green+Blue) = 223+80+44=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF502C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF502C is #20AFD3. Grayscale: #767676. Windows color (decimal): -2142164 or 2904287. OLE color: 2904287.

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

Color convert

RGB 223 80 44 -
CMYK 0 0.64 0.80 0.13
HSL 12.07º 0.74% 0.52% -
HSV(B) 12.07º 0.8% 0.87% -
XYZ 33.75 21.61 4.77 -
YUV 118.65 85.88 202.43 -
System Red Green Blue C M Y K H S L
Decimal 223 80 44 0 0.64 0.80 0.13 12.07 0.74 0.52
Hex DF 50 2C 0 40 50 D C 4A 34
Octal 337 120 54 0 100 120 15 14 112 64
Binary 11011111 1010000 101100 0 1000000 1010000 1101 1100 1001010 110100

Color Harmonies of #DF502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF502C

Black with #DF502C

Text Example


Text Example

White with #DF502C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF502C; }

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

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

background-color css

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

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

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

border-color css

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

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

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