Html Css Color HEX #DF502A Cinnabar

📋 copy color: '#DF502A'

red 223 ◦ green 80 ◦ blue 42

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

Shades of Cinnabar #DF502A

Tints of Cinnabar #DF502A

RGB

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

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

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

R = 64.64%
G = 23.19%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF502A (or 0xDF502A) is known color: Cinnabar. HEX triplet: DF, 50 and 2A. RGB value is (223,80,42). Sum of RGB (Red+Green+Blue) = 223+80+42=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF502A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF502A is #20AFD5. Grayscale: #767676. Windows color (decimal): -2142166 or 2773215. OLE color: 2773215.

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

Color convert

RGB 223 80 42 -
CMYK 0 0.64 0.81 0.13
HSL 12.6º 0.74% 0.52% -
HSV(B) 12.6º 0.81% 0.87% -
XYZ 33.72 21.59 4.58 -
YUV 118.43 84.88 202.59 -
System Red Green Blue C M Y K H S L
Decimal 223 80 42 0 0.64 0.81 0.13 12.6 0.74 0.52
Hex DF 50 2A 0 40 51 D D 4A 34
Octal 337 120 52 0 100 121 15 15 112 64
Binary 11011111 1010000 101010 0 1000000 1010001 1101 1101 1001010 110100

Color Harmonies of #DF502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF502A

Black with #DF502A

Text Example


Text Example

White with #DF502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF502A; }

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

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

background-color css

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

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

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

border-color css

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

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

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