Html Css Color HEX #DF4225 Cinnabar

📋 copy color: '#DF4225'

red 223 ◦ green 66 ◦ blue 37

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

Shades of Cinnabar #DF4225

Tints of Cinnabar #DF4225

RGB

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

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

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

R = 68.4%
G = 20.25%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF4225 (or 0xDF4225) is known color: Cinnabar. HEX triplet: DF, 42 and 25. RGB value is (223,66,37). Sum of RGB (Red+Green+Blue) = 223+66+37=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4225 is #20BDDA. Grayscale: #6D6D6D. Windows color (decimal): -2145755 or 2441951. OLE color: 2441951.

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

Color convert

RGB 223 66 37 -
CMYK 0 0.70 0.83 0.13
HSL 9.35º 0.74% 0.51% -
HSV(B) 9.35º 0.83% 0.87% -
XYZ 32.71 19.72 3.83 -
YUV 109.64 87.01 208.86 -
System Red Green Blue C M Y K H S L
Decimal 223 66 37 0 0.70 0.83 0.13 9.35 0.74 0.51
Hex DF 42 25 0 46 53 D 9 4A 33
Octal 337 102 45 0 106 123 15 11 112 63
Binary 11011111 1000010 100101 0 1000110 1010011 1101 1001 1001010 110011

Color Harmonies of #DF4225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4225

Black with #DF4225

Text Example


Text Example

White with #DF4225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4225; }

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

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

background-color css

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

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

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

border-color css

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

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

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