Html Css Color HEX #DF3E37 Cinnabar

📋 copy color: '#DF3E37'

red 223 ◦ green 62 ◦ blue 55

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

Shades of Cinnabar #DF3E37

Tints of Cinnabar #DF3E37

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.24%

 BLUE value IS 55 (21.88% from 255) = 16.18%

R = 65.59%
G = 18.24%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF3E37 (or 0xDF3E37) is known color: Cinnabar. HEX triplet: DF, 3E and 37. RGB value is (223,62,55). Sum of RGB (Red+Green+Blue) = 223+62+55=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3E37 is #20C1C8. Grayscale: #6D6D6D. Windows color (decimal): -2146761 or 3620575. OLE color: 3620575.

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

Color convert

RGB 223 62 55 -
CMYK 0 0.72 0.75 0.13
HSL 2.5º 0.72% 0.55% -
HSV(B) 2.5º 0.75% 0.87% -
XYZ 32.84 19.41 5.63 -
YUV 109.34 97.34 209.07 -
System Red Green Blue C M Y K H S L
Decimal 223 62 55 0 0.72 0.75 0.13 2.5 0.72 0.55
Hex DF 3E 37 0 48 4B D 2 48 37
Octal 337 76 67 0 110 113 15 2 110 67
Binary 11011111 111110 110111 0 1001000 1001011 1101 10 1001000 110111

Color Harmonies of #DF3E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3E37

Black with #DF3E37

Text Example


Text Example

White with #DF3E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3E37; }

 p { color: rgb(223,62,55); }

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

background-color css

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

 a { background-color: rgb(223,62,55); }

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

border-color css

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

 span { border-color: rgb(223,62,55); }

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