Html Css Color HEX #DF3C36 Cinnabar

📋 copy color: '#DF3C36'

red 223 ◦ green 60 ◦ blue 54

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

Shades of Cinnabar #DF3C36

Tints of Cinnabar #DF3C36

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.8%

 BLUE value IS 54 (21.48% from 255) = 16.02%

R = 66.17%
G = 17.8%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF3C36 (or 0xDF3C36) is known color: Cinnabar. HEX triplet: DF, 3C and 36. RGB value is (223,60,54). Sum of RGB (Red+Green+Blue) = 223+60+54=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3C36 is #20C3C9. Grayscale: #6C6C6C. Windows color (decimal): -2147274 or 3554527. OLE color: 3554527.

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

Color convert

RGB 223 60 54 -
CMYK 0 0.73 0.76 0.13
HSL 2.13º 0.73% 0.54% -
HSV(B) 2.13º 0.76% 0.87% -
XYZ 32.71 19.19 5.47 -
YUV 108.05 97.5 209.99 -
System Red Green Blue C M Y K H S L
Decimal 223 60 54 0 0.73 0.76 0.13 2.13 0.73 0.54
Hex DF 3C 36 0 49 4C D 2 49 36
Octal 337 74 66 0 111 114 15 2 111 66
Binary 11011111 111100 110110 0 1001001 1001100 1101 10 1001001 110110

Color Harmonies of #DF3C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3C36

Black with #DF3C36

Text Example


Text Example

White with #DF3C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3C36; }

 p { color: rgb(223,60,54); }

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

background-color css

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

 a { background-color: rgb(223,60,54); }

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

border-color css

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

 span { border-color: rgb(223,60,54); }

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