Html Css Color HEX #DF3E31 Cinnabar

📋 copy color: '#DF3E31'

red 223 ◦ green 62 ◦ blue 49

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

Shades of Cinnabar #DF3E31

Tints of Cinnabar #DF3E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.67%

R = 66.77%
G = 18.56%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF3E31 (or 0xDF3E31) is known color: Cinnabar. HEX triplet: DF, 3E and 31. RGB value is (223,62,49). Sum of RGB (Red+Green+Blue) = 223+62+49=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3E31 is #20C1CE. Grayscale: #6C6C6C. Windows color (decimal): -2146767 or 3227359. OLE color: 3227359.

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

Color convert

RGB 223 62 49 -
CMYK 0 0.72 0.78 0.13
HSL 4.48º 0.73% 0.53% -
HSV(B) 4.48º 0.78% 0.87% -
XYZ 32.71 19.35 4.92 -
YUV 108.66 94.34 209.56 -
System Red Green Blue C M Y K H S L
Decimal 223 62 49 0 0.72 0.78 0.13 4.48 0.73 0.53
Hex DF 3E 31 0 48 4E D 4 49 35
Octal 337 76 61 0 110 116 15 4 111 65
Binary 11011111 111110 110001 0 1001000 1001110 1101 100 1001001 110101

Color Harmonies of #DF3E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3E31

Black with #DF3E31

Text Example


Text Example

White with #DF3E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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