Html Css Color HEX #DF5135 Cinnabar

📋 copy color: '#DF5135'

red 223 ◦ green 81 ◦ blue 53

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

Shades of Cinnabar #DF5135

Tints of Cinnabar #DF5135

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.69%

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

R = 62.46%
G = 22.69%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF5135 (or 0xDF5135) is known color: Cinnabar. HEX triplet: DF, 51 and 35. RGB value is (223,81,53). Sum of RGB (Red+Green+Blue) = 223+81+53=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5135 is #20AECA. Grayscale: #787878. Windows color (decimal): -2141899 or 3494367. OLE color: 3494367.

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

Color convert

RGB 223 81 53 -
CMYK 0 0.64 0.76 0.13
HSL 9.88º 0.73% 0.54% -
HSV(B) 9.88º 0.76% 0.87% -
XYZ 34.02 21.83 5.79 -
YUV 120.27 90.04 201.28 -
System Red Green Blue C M Y K H S L
Decimal 223 81 53 0 0.64 0.76 0.13 9.88 0.73 0.54
Hex DF 51 35 0 40 4C D A 49 36
Octal 337 121 65 0 100 114 15 12 111 66
Binary 11011111 1010001 110101 0 1000000 1001100 1101 1010 1001001 110110

Color Harmonies of #DF5135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5135

Black with #DF5135

Text Example


Text Example

White with #DF5135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5135; }

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

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

background-color css

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

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

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

border-color css

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

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

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