Html Css Color HEX #DF492E Cinnabar

📋 copy color: '#DF492E'

red 223 ◦ green 73 ◦ blue 46

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

Shades of Cinnabar #DF492E

Tints of Cinnabar #DF492E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.45%

R = 65.2%
G = 21.35%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF492E (or 0xDF492E) is known color: Cinnabar. HEX triplet: DF, 49 and 2E. RGB value is (223,73,46). Sum of RGB (Red+Green+Blue) = 223+73+46=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF492E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF492E is #20B6D1. Grayscale: #737373. Windows color (decimal): -2143954 or 3033567. OLE color: 3033567.

HSL color Cylindrical-coordinate representation of color #DF492E: hue angle of 9.15º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF492E is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 73 46 -
CMYK 0 0.67 0.79 0.13
HSL 9.15º 0.73% 0.53% -
HSV(B) 9.15º 0.79% 0.87% -
XYZ 33.31 20.65 4.82 -
YUV 114.77 89.2 205.2 -
System Red Green Blue C M Y K H S L
Decimal 223 73 46 0 0.67 0.79 0.13 9.15 0.73 0.53
Hex DF 49 2E 0 43 4F D 9 49 35
Octal 337 111 56 0 103 117 15 11 111 65
Binary 11011111 1001001 101110 0 1000011 1001111 1101 1001 1001001 110101

Color Harmonies of #DF492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF492E

Black with #DF492E

Text Example


Text Example

White with #DF492E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF492E; }

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

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

background-color css

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

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

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

border-color css

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

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

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