Html Css Color HEX #DF4135 Cinnabar

📋 copy color: '#DF4135'

red 223 ◦ green 65 ◦ blue 53

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

Shades of Cinnabar #DF4135

Tints of Cinnabar #DF4135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.06%

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

R = 65.4%
G = 19.06%
B = 15.54%

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

#DF4135 (or 0xDF4135) is known color: Cinnabar. HEX triplet: DF, 41 and 35. RGB value is (223,65,53). Sum of RGB (Red+Green+Blue) = 223+65+53=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4135 is #20BECA. Grayscale: #6F6F6F. Windows color (decimal): -2145995 or 3490271. OLE color: 3490271.

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

Color convert

RGB 223 65 53 -
CMYK 0 0.71 0.76 0.13
HSL 4.24º 0.73% 0.54% -
HSV(B) 4.24º 0.76% 0.87% -
XYZ 32.96 19.73 5.44 -
YUV 110.87 95.35 207.98 -
System Red Green Blue C M Y K H S L
Decimal 223 65 53 0 0.71 0.76 0.13 4.24 0.73 0.54
Hex DF 41 35 0 47 4C D 4 49 36
Octal 337 101 65 0 107 114 15 4 111 66
Binary 11011111 1000001 110101 0 1000111 1001100 1101 100 1001001 110110

Color Harmonies of #DF4135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4135

Black with #DF4135

Text Example


Text Example

White with #DF4135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4135; }

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

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

background-color css

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

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

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

border-color css

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

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

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