Html Css Color HEX #DF4035 Cinnabar

📋 copy color: '#DF4035'

red 223 ◦ green 64 ◦ blue 53

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

Shades of Cinnabar #DF4035

Tints of Cinnabar #DF4035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.82%

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

R = 65.59%
G = 18.82%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF4035 (or 0xDF4035) is known color: Cinnabar. HEX triplet: DF, 40 and 35. RGB value is (223,64,53). Sum of RGB (Red+Green+Blue) = 223+64+53=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4035 is #20BFCA. Grayscale: #6E6E6E. Windows color (decimal): -2146251 or 3490015. OLE color: 3490015.

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

Color convert

RGB 223 64 53 -
CMYK 0 0.71 0.76 0.13
HSL 3.88º 0.73% 0.54% -
HSV(B) 3.88º 0.76% 0.87% -
XYZ 32.91 19.61 5.42 -
YUV 110.29 95.68 208.39 -
System Red Green Blue C M Y K H S L
Decimal 223 64 53 0 0.71 0.76 0.13 3.88 0.73 0.54
Hex DF 40 35 0 47 4C D 4 49 36
Octal 337 100 65 0 107 114 15 4 111 66
Binary 11011111 1000000 110101 0 1000111 1001100 1101 100 1001001 110110

Color Harmonies of #DF4035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4035

Black with #DF4035

Text Example


Text Example

White with #DF4035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4035; }

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

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

background-color css

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

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

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

border-color css

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

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

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