Html Css Color HEX #DF3F28 Cinnabar

📋 copy color: '#DF3F28'

red 223 ◦ green 63 ◦ blue 40

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

Shades of Cinnabar #DF3F28

Tints of Cinnabar #DF3F28

RGB

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

 GREEN value IS 63 (25% from 255) = 19.33%

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

R = 68.4%
G = 19.33%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF3F28 (or 0xDF3F28) is known color: Cinnabar. HEX triplet: DF, 3F and 28. RGB value is (223,63,40). Sum of RGB (Red+Green+Blue) = 223+63+40=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3F28 is #20C0D7. Grayscale: #6C6C6C. Windows color (decimal): -2146520 or 2637791. OLE color: 2637791.

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

Color convert

RGB 223 63 40 -
CMYK 0 0.72 0.82 0.13
HSL 7.54º 0.74% 0.52% -
HSV(B) 7.54º 0.82% 0.87% -
XYZ 32.59 19.4 4.03 -
YUV 108.22 89.51 209.87 -
System Red Green Blue C M Y K H S L
Decimal 223 63 40 0 0.72 0.82 0.13 7.54 0.74 0.52
Hex DF 3F 28 0 48 52 D 8 4A 34
Octal 337 77 50 0 110 122 15 10 112 64
Binary 11011111 111111 101000 0 1001000 1010010 1101 1000 1001010 110100

Color Harmonies of #DF3F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3F28

Black with #DF3F28

Text Example


Text Example

White with #DF3F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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