Html Css Color HEX #DF4235 Cinnabar

📋 copy color: '#DF4235'

red 223 ◦ green 66 ◦ blue 53

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

Shades of Cinnabar #DF4235

Tints of Cinnabar #DF4235

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.3%

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

R = 65.2%
G = 19.3%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF4235 (or 0xDF4235) is known color: Cinnabar. HEX triplet: DF, 42 and 35. RGB value is (223,66,53). Sum of RGB (Red+Green+Blue) = 223+66+53=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4235 is #20BDCA. Grayscale: #6F6F6F. Windows color (decimal): -2145739 or 3490527. OLE color: 3490527.

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

Color convert

RGB 223 66 53 -
CMYK 0 0.70 0.76 0.13
HSL 4.59º 0.73% 0.54% -
HSV(B) 4.59º 0.76% 0.87% -
XYZ 33.02 19.84 5.46 -
YUV 111.46 95.01 207.56 -
System Red Green Blue C M Y K H S L
Decimal 223 66 53 0 0.70 0.76 0.13 4.59 0.73 0.54
Hex DF 42 35 0 46 4C D 5 49 36
Octal 337 102 65 0 106 114 15 5 111 66
Binary 11011111 1000010 110101 0 1000110 1001100 1101 101 1001001 110110

Color Harmonies of #DF4235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4235

Black with #DF4235

Text Example


Text Example

White with #DF4235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4235; }

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

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

background-color css

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

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

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

border-color css

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

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

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