Html Css Color HEX #DF3425 Cinnabar

📋 copy color: '#DF3425'

red 223 ◦ green 52 ◦ blue 37

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

Shades of Cinnabar #DF3425

Tints of Cinnabar #DF3425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.67%

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

R = 71.47%
G = 16.67%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF3425 (or 0xDF3425) is known color: Cinnabar. HEX triplet: DF, 34 and 25. RGB value is (223,52,37). Sum of RGB (Red+Green+Blue) = 223+52+37=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3425 is #20CBDA. Grayscale: #656565. Windows color (decimal): -2149339 or 2438367. OLE color: 2438367.

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

Color convert

RGB 223 52 37 -
CMYK 0 0.77 0.83 0.13
HSL 4.84º 0.74% 0.51% -
HSV(B) 4.84º 0.83% 0.87% -
XYZ 31.99 18.28 3.59 -
YUV 101.42 91.65 214.72 -
System Red Green Blue C M Y K H S L
Decimal 223 52 37 0 0.77 0.83 0.13 4.84 0.74 0.51
Hex DF 34 25 0 4D 53 D 5 4A 33
Octal 337 64 45 0 115 123 15 5 112 63
Binary 11011111 110100 100101 0 1001101 1010011 1101 101 1001010 110011

Color Harmonies of #DF3425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3425

Black with #DF3425

Text Example


Text Example

White with #DF3425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3425; }

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

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

background-color css

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

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

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

border-color css

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

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

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