Html Css Color HEX #DF3F39 Cinnabar

📋 copy color: '#DF3F39'

red 223 ◦ green 63 ◦ blue 57

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

Shades of Cinnabar #DF3F39

Tints of Cinnabar #DF3F39

RGB

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

 GREEN value IS 63 (25% from 255) = 18.37%

 BLUE value IS 57 (22.66% from 255) = 16.62%

R = 65.01%
G = 18.37%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF3F39 (or 0xDF3F39) is known color: Cinnabar. HEX triplet: DF, 3F and 39. RGB value is (223,63,57). Sum of RGB (Red+Green+Blue) = 223+63+57=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3F39 is #20C0C6. Grayscale: #6E6E6E. Windows color (decimal): -2146503 or 3751903. OLE color: 3751903.

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

Color convert

RGB 223 63 57 -
CMYK 0 0.72 0.74 0.13
HSL 2.17º 0.72% 0.55% -
HSV(B) 2.17º 0.74% 0.87% -
XYZ 32.95 19.54 5.91 -
YUV 110.16 98.01 208.49 -
System Red Green Blue C M Y K H S L
Decimal 223 63 57 0 0.72 0.74 0.13 2.17 0.72 0.55
Hex DF 3F 39 0 48 4A D 2 48 37
Octal 337 77 71 0 110 112 15 2 110 67
Binary 11011111 111111 111001 0 1001000 1001010 1101 10 1001000 110111

Color Harmonies of #DF3F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3F39

Black with #DF3F39

Text Example


Text Example

White with #DF3F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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