Html Css Color HEX #DF453F Cinnabar

📋 copy color: '#DF453F'

red 223 ◦ green 69 ◦ blue 63

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

Shades of Cinnabar #DF453F

Tints of Cinnabar #DF453F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.75%

R = 62.82%
G = 19.44%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF453F (or 0xDF453F) is known color: Cinnabar. HEX triplet: DF, 45 and 3F. RGB value is (223,69,63). Sum of RGB (Red+Green+Blue) = 223+69+63=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF453F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF453F is #20BAC0. Grayscale: #727272. Windows color (decimal): -2144961 or 4146655. OLE color: 4146655.

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

Color convert

RGB 223 69 63 -
CMYK 0 0.69 0.72 0.13
HSL 2.25º 0.71% 0.56% -
HSV(B) 2.25º 0.72% 0.87% -
XYZ 33.46 20.3 6.86 -
YUV 114.36 99.02 205.49 -
System Red Green Blue C M Y K H S L
Decimal 223 69 63 0 0.69 0.72 0.13 2.25 0.71 0.56
Hex DF 45 3F 0 45 48 D 2 47 38
Octal 337 105 77 0 105 110 15 2 107 70
Binary 11011111 1000101 111111 0 1000101 1001000 1101 10 1000111 111000

Color Harmonies of #DF453F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF453F

Black with #DF453F

Text Example


Text Example

White with #DF453F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF453F; }

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

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

background-color css

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

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

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

border-color css

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

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

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