Html Css Color HEX #DF482E Cinnabar

📋 copy color: '#DF482E'

red 223 ◦ green 72 ◦ blue 46

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

Shades of Cinnabar #DF482E

Tints of Cinnabar #DF482E

RGB

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

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

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

R = 65.4%
G = 21.11%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF482E (or 0xDF482E) is known color: Cinnabar. HEX triplet: DF, 48 and 2E. RGB value is (223,72,46). Sum of RGB (Red+Green+Blue) = 223+72+46=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF482E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF482E is #20B7D1. Grayscale: #727272. Windows color (decimal): -2144210 or 3033311. OLE color: 3033311.

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

Color convert

RGB 223 72 46 -
CMYK 0 0.68 0.79 0.13
HSL 8.81º 0.73% 0.53% -
HSV(B) 8.81º 0.79% 0.87% -
XYZ 33.24 20.52 4.79 -
YUV 114.19 89.53 205.61 -
System Red Green Blue C M Y K H S L
Decimal 223 72 46 0 0.68 0.79 0.13 8.81 0.73 0.53
Hex DF 48 2E 0 44 4F D 9 49 35
Octal 337 110 56 0 104 117 15 11 111 65
Binary 11011111 1001000 101110 0 1000100 1001111 1101 1001 1001001 110101

Color Harmonies of #DF482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF482E

Black with #DF482E

Text Example


Text Example

White with #DF482E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF482E; }

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

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

background-color css

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

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

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

border-color css

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

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

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