Html Css Color HEX #DF3A31 Cinnabar

📋 copy color: '#DF3A31'

red 223 ◦ green 58 ◦ blue 49

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

Shades of Cinnabar #DF3A31

Tints of Cinnabar #DF3A31

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.58%

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

R = 67.58%
G = 17.58%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF3A31 (or 0xDF3A31) is known color: Cinnabar. HEX triplet: DF, 3A and 31. RGB value is (223,58,49). Sum of RGB (Red+Green+Blue) = 223+58+49=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3A31 is #20C5CE. Grayscale: #6A6A6A. Windows color (decimal): -2147791 or 3226335. OLE color: 3226335.

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

Color convert

RGB 223 58 49 -
CMYK 0 0.74 0.78 0.13
HSL 3.1º 0.73% 0.53% -
HSV(B) 3.1º 0.78% 0.87% -
XYZ 32.5 18.94 4.85 -
YUV 106.31 95.66 211.23 -
System Red Green Blue C M Y K H S L
Decimal 223 58 49 0 0.74 0.78 0.13 3.1 0.73 0.53
Hex DF 3A 31 0 4A 4E D 3 49 35
Octal 337 72 61 0 112 116 15 3 111 65
Binary 11011111 111010 110001 0 1001010 1001110 1101 11 1001001 110101

Color Harmonies of #DF3A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3A31

Black with #DF3A31

Text Example


Text Example

White with #DF3A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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