Html Css Color HEX #DF3C35 Cinnabar

📋 copy color: '#DF3C35'

red 223 ◦ green 60 ◦ blue 53

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

Shades of Cinnabar #DF3C35

Tints of Cinnabar #DF3C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.77%

R = 66.37%
G = 17.86%
B = 15.77%

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

#DF3C35 (or 0xDF3C35) is known color: Cinnabar. HEX triplet: DF, 3C and 35. RGB value is (223,60,53). Sum of RGB (Red+Green+Blue) = 223+60+53=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3C35 is #20C3CA. Grayscale: #6C6C6C. Windows color (decimal): -2147275 or 3488991. OLE color: 3488991.

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

Color convert

RGB 223 60 53 -
CMYK 0 0.73 0.76 0.13
HSL 2.47º 0.73% 0.54% -
HSV(B) 2.47º 0.76% 0.87% -
XYZ 32.69 19.18 5.35 -
YUV 107.94 97 210.07 -
System Red Green Blue C M Y K H S L
Decimal 223 60 53 0 0.73 0.76 0.13 2.47 0.73 0.54
Hex DF 3C 35 0 49 4C D 2 49 36
Octal 337 74 65 0 111 114 15 2 111 66
Binary 11011111 111100 110101 0 1001001 1001100 1101 10 1001001 110110

Color Harmonies of #DF3C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3C35

Black with #DF3C35

Text Example


Text Example

White with #DF3C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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