Html Css Color HEX #DF482D Cinnabar

📋 copy color: '#DF482D'

red 223 ◦ green 72 ◦ blue 45

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

Shades of Cinnabar #DF482D

Tints of Cinnabar #DF482D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.24%

R = 65.59%
G = 21.18%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF482D (or 0xDF482D) is known color: Cinnabar. HEX triplet: DF, 48 and 2D. RGB value is (223,72,45). Sum of RGB (Red+Green+Blue) = 223+72+45=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF482D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF482D is #20B7D2. Grayscale: #727272. Windows color (decimal): -2144211 or 2967775. OLE color: 2967775.

HSL color Cylindrical-coordinate representation of color #DF482D: hue angle of 9.1º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF482D is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 72 45 -
CMYK 0 0.68 0.80 0.13
HSL 9.1º 0.74% 0.53% -
HSV(B) 9.1º 0.8% 0.87% -
XYZ 33.22 20.51 4.69 -
YUV 114.07 89.03 205.7 -
System Red Green Blue C M Y K H S L
Decimal 223 72 45 0 0.68 0.80 0.13 9.1 0.74 0.53
Hex DF 48 2D 0 44 50 D 9 4A 35
Octal 337 110 55 0 104 120 15 11 112 65
Binary 11011111 1001000 101101 0 1000100 1010000 1101 1001 1001010 110101

Color Harmonies of #DF482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF482D

Black with #DF482D

Text Example


Text Example

White with #DF482D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF482D; }

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

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

background-color css

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

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

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

border-color css

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

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

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