Html Css Color HEX #DF453B Cinnabar

📋 copy color: '#DF453B'

red 223 ◦ green 69 ◦ blue 59

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

Shades of Cinnabar #DF453B

Tints of Cinnabar #DF453B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.81%

R = 63.53%
G = 19.66%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF453B (or 0xDF453B) is known color: Cinnabar. HEX triplet: DF, 45 and 3B. RGB value is (223,69,59). Sum of RGB (Red+Green+Blue) = 223+69+59=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF453B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF453B is #20BAC4. Grayscale: #727272. Windows color (decimal): -2144965 or 3884511. OLE color: 3884511.

HSL color Cylindrical-coordinate representation of color #DF453B: hue angle of 3.66º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF453B is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 69 59 -
CMYK 0 0.69 0.74 0.13
HSL 3.66º 0.72% 0.55% -
HSV(B) 3.66º 0.74% 0.87% -
XYZ 33.35 20.26 6.29 -
YUV 113.91 97.02 205.81 -
System Red Green Blue C M Y K H S L
Decimal 223 69 59 0 0.69 0.74 0.13 3.66 0.72 0.55
Hex DF 45 3B 0 45 4A D 4 48 37
Octal 337 105 73 0 105 112 15 4 110 67
Binary 11011111 1000101 111011 0 1000101 1001010 1101 100 1001000 110111

Color Harmonies of #DF453B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF453B

Black with #DF453B

Text Example


Text Example

White with #DF453B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF453B; }

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

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

background-color css

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

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

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

border-color css

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

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

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