Html Css Color HEX #DF452D Cinnabar

📋 copy color: '#DF452D'

red 223 ◦ green 69 ◦ blue 45

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

Shades of Cinnabar #DF452D

Tints of Cinnabar #DF452D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.47%

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

R = 66.17%
G = 20.47%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF452D (or 0xDF452D) is known color: Cinnabar. HEX triplet: DF, 45 and 2D. RGB value is (223,69,45). Sum of RGB (Red+Green+Blue) = 223+69+45=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF452D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF452D is #20BAD2. Grayscale: #707070. Windows color (decimal): -2144979 or 2967007. OLE color: 2967007.

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

Color convert

RGB 223 69 45 -
CMYK 0 0.69 0.80 0.13
HSL 8.09º 0.74% 0.53% -
HSV(B) 8.09º 0.8% 0.87% -
XYZ 33.03 20.13 4.63 -
YUV 112.31 90.02 206.95 -
System Red Green Blue C M Y K H S L
Decimal 223 69 45 0 0.69 0.80 0.13 8.09 0.74 0.53
Hex DF 45 2D 0 45 50 D 8 4A 35
Octal 337 105 55 0 105 120 15 10 112 65
Binary 11011111 1000101 101101 0 1000101 1010000 1101 1000 1001010 110101

Color Harmonies of #DF452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF452D

Black with #DF452D

Text Example


Text Example

White with #DF452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF452D; }

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

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

background-color css

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

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

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

border-color css

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

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

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