Html Css Color HEX #DF3428 Cinnabar

📋 copy color: '#DF3428'

red 223 ◦ green 52 ◦ blue 40

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

Shades of Cinnabar #DF3428

Tints of Cinnabar #DF3428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.7%

R = 70.79%
G = 16.51%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF3428 (or 0xDF3428) is known color: Cinnabar. HEX triplet: DF, 34 and 28. RGB value is (223,52,40). Sum of RGB (Red+Green+Blue) = 223+52+40=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3428 is #20CBD7. Grayscale: #656565. Windows color (decimal): -2149336 or 2634975. OLE color: 2634975.

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

Color convert

RGB 223 52 40 -
CMYK 0 0.77 0.82 0.13
HSL 3.93º 0.74% 0.52% -
HSV(B) 3.93º 0.82% 0.87% -
XYZ 32.04 18.3 3.85 -
YUV 101.76 93.15 214.48 -
System Red Green Blue C M Y K H S L
Decimal 223 52 40 0 0.77 0.82 0.13 3.93 0.74 0.52
Hex DF 34 28 0 4D 52 D 4 4A 34
Octal 337 64 50 0 115 122 15 4 112 64
Binary 11011111 110100 101000 0 1001101 1010010 1101 100 1001010 110100

Color Harmonies of #DF3428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3428

Black with #DF3428

Text Example


Text Example

White with #DF3428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3428; }

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

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

background-color css

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

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

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

border-color css

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

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

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