Html Css Color HEX #DF3625 Cinnabar

📋 copy color: '#DF3625'

red 223 ◦ green 54 ◦ blue 37

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

Shades of Cinnabar #DF3625

Tints of Cinnabar #DF3625

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.2%

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

R = 71.02%
G = 17.2%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF3625 (or 0xDF3625) is known color: Cinnabar. HEX triplet: DF, 36 and 25. RGB value is (223,54,37). Sum of RGB (Red+Green+Blue) = 223+54+37=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3625 is #20C9DA. Grayscale: #666666. Windows color (decimal): -2148827 or 2438879. OLE color: 2438879.

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

Color convert

RGB 223 54 37 -
CMYK 0 0.76 0.83 0.13
HSL 5.48º 0.74% 0.51% -
HSV(B) 5.48º 0.83% 0.87% -
XYZ 32.08 18.46 3.62 -
YUV 102.59 90.99 213.88 -
System Red Green Blue C M Y K H S L
Decimal 223 54 37 0 0.76 0.83 0.13 5.48 0.74 0.51
Hex DF 36 25 0 4C 53 D 5 4A 33
Octal 337 66 45 0 114 123 15 5 112 63
Binary 11011111 110110 100101 0 1001100 1010011 1101 101 1001010 110011

Color Harmonies of #DF3625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3625

Black with #DF3625

Text Example


Text Example

White with #DF3625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3625; }

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

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

background-color css

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

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

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

border-color css

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

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

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