Html Css Color HEX #DF492B Cinnabar

📋 copy color: '#DF492B'

red 223 ◦ green 73 ◦ blue 43

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

Shades of Cinnabar #DF492B

Tints of Cinnabar #DF492B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.53%

 BLUE value IS 43 (17.19% from 255) = 12.68%

R = 65.78%
G = 21.53%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF492B (or 0xDF492B) is known color: Cinnabar. HEX triplet: DF, 49 and 2B. RGB value is (223,73,43). Sum of RGB (Red+Green+Blue) = 223+73+43=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF492B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF492B is #20B6D4. Grayscale: #727272. Windows color (decimal): -2143957 or 2836959. OLE color: 2836959.

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

Color convert

RGB 223 73 43 -
CMYK 0 0.67 0.81 0.13
HSL 10º 0.74% 0.52% -
HSV(B) 10º 0.81% 0.87% -
XYZ 33.25 20.63 4.51 -
YUV 114.43 87.7 205.44 -
System Red Green Blue C M Y K H S L
Decimal 223 73 43 0 0.67 0.81 0.13 10 0.74 0.52
Hex DF 49 2B 0 43 51 D A 4A 34
Octal 337 111 53 0 103 121 15 12 112 64
Binary 11011111 1001001 101011 0 1000011 1010001 1101 1010 1001010 110100

Color Harmonies of #DF492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF492B

Black with #DF492B

Text Example


Text Example

White with #DF492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF492B; }

 p { color: rgb(223,73,43); }

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

background-color css

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

 a { background-color: rgb(223,73,43); }

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

border-color css

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

 span { border-color: rgb(223,73,43); }

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