Html Css Color HEX #DF4525 Cinnabar

📋 copy color: '#DF4525'

red 223 ◦ green 69 ◦ blue 37

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

Shades of Cinnabar #DF4525

Tints of Cinnabar #DF4525

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.97%

 BLUE value IS 37 (14.84% from 255) = 11.25%

R = 67.78%
G = 20.97%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF4525 (or 0xDF4525) is known color: Cinnabar. HEX triplet: DF, 45 and 25. RGB value is (223,69,37). Sum of RGB (Red+Green+Blue) = 223+69+37=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4525 is #20BADA. Grayscale: #6F6F6F. Windows color (decimal): -2144987 or 2442719. OLE color: 2442719.

HSL color Cylindrical-coordinate representation of color #DF4525: hue angle of 10.32º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF4525 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 69 37 -
CMYK 0 0.69 0.83 0.13
HSL 10.32º 0.74% 0.51% -
HSV(B) 10.32º 0.83% 0.87% -
XYZ 32.89 20.08 3.89 -
YUV 111.4 86.02 207.6 -
System Red Green Blue C M Y K H S L
Decimal 223 69 37 0 0.69 0.83 0.13 10.32 0.74 0.51
Hex DF 45 25 0 45 53 D A 4A 33
Octal 337 105 45 0 105 123 15 12 112 63
Binary 11011111 1000101 100101 0 1000101 1010011 1101 1010 1001010 110011

Color Harmonies of #DF4525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4525

Black with #DF4525

Text Example


Text Example

White with #DF4525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4525; }

 p { color: rgb(223,69,37); }

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

background-color css

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

 a { background-color: rgb(223,69,37); }

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

border-color css

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

 span { border-color: rgb(223,69,37); }

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