Html Css Color HEX #DF453A Cinnabar

📋 copy color: '#DF453A'

red 223 ◦ green 69 ◦ blue 58

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

Shades of Cinnabar #DF453A

Tints of Cinnabar #DF453A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.57%

R = 63.71%
G = 19.71%
B = 16.57%

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

#DF453A (or 0xDF453A) is known color: Cinnabar. HEX triplet: DF, 45 and 3A. RGB value is (223,69,58). Sum of RGB (Red+Green+Blue) = 223+69+58=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF453A is #20BAC5. Grayscale: #717171. Windows color (decimal): -2144966 or 3818975. OLE color: 3818975.

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

Color convert

RGB 223 69 58 -
CMYK 0 0.69 0.74 0.13
HSL 0.72% 0.55% -
HSV(B) 0.74% 0.87% -
XYZ 33.32 20.25 6.16 -
YUV 113.79 96.52 205.89 -
System Red Green Blue C M Y K H S L
Decimal 223 69 58 0 0.69 0.74 0.13 4 0.72 0.55
Hex DF 45 3A 0 45 4A D 4 48 37
Octal 337 105 72 0 105 112 15 4 110 67
Binary 11011111 1000101 111010 0 1000101 1001010 1101 100 1001000 110111

Color Harmonies of #DF453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF453A

Black with #DF453A

Text Example


Text Example

White with #DF453A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF453A; }

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

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

background-color css

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

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

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

border-color css

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

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

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