Html Css Color HEX #DF4625 Cinnabar

📋 copy color: '#DF4625'

red 223 ◦ green 70 ◦ blue 37

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

Shades of Cinnabar #DF4625

Tints of Cinnabar #DF4625

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.21%

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

R = 67.58%
G = 21.21%
B = 11.21%

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

#DF4625 (or 0xDF4625) is known color: Cinnabar. HEX triplet: DF, 46 and 25. RGB value is (223,70,37). Sum of RGB (Red+Green+Blue) = 223+70+37=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4625 is #20B9DA. Grayscale: #707070. Windows color (decimal): -2144731 or 2442975. OLE color: 2442975.

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

Color convert

RGB 223 70 37 -
CMYK 0 0.69 0.83 0.13
HSL 10.65º 0.74% 0.51% -
HSV(B) 10.65º 0.83% 0.87% -
XYZ 32.96 20.2 3.91 -
YUV 111.99 85.69 207.18 -
System Red Green Blue C M Y K H S L
Decimal 223 70 37 0 0.69 0.83 0.13 10.65 0.74 0.51
Hex DF 46 25 0 45 53 D B 4A 33
Octal 337 106 45 0 105 123 15 13 112 63
Binary 11011111 1000110 100101 0 1000101 1010011 1101 1011 1001010 110011

Color Harmonies of #DF4625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4625

Black with #DF4625

Text Example


Text Example

White with #DF4625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4625; }

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

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

background-color css

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

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

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

border-color css

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

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

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