Html Css Color HEX #DF3E28 Cinnabar

📋 copy color: '#DF3E28'

red 223 ◦ green 62 ◦ blue 40

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

Shades of Cinnabar #DF3E28

Tints of Cinnabar #DF3E28

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.08%

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

R = 68.62%
G = 19.08%
B = 12.31%

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

#DF3E28 (or 0xDF3E28) is known color: Cinnabar. HEX triplet: DF, 3E and 28. RGB value is (223,62,40). Sum of RGB (Red+Green+Blue) = 223+62+40=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3E28 is #20C1D7. Grayscale: #6B6B6B. Windows color (decimal): -2146776 or 2637535. OLE color: 2637535.

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

Color convert

RGB 223 62 40 -
CMYK 0 0.72 0.82 0.13
HSL 7.21º 0.74% 0.52% -
HSV(B) 7.21º 0.82% 0.87% -
XYZ 32.54 19.29 4.02 -
YUV 107.63 89.84 210.29 -
System Red Green Blue C M Y K H S L
Decimal 223 62 40 0 0.72 0.82 0.13 7.21 0.74 0.52
Hex DF 3E 28 0 48 52 D 7 4A 34
Octal 337 76 50 0 110 122 15 7 112 64
Binary 11011111 111110 101000 0 1001000 1010010 1101 111 1001010 110100

Color Harmonies of #DF3E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3E28

Black with #DF3E28

Text Example


Text Example

White with #DF3E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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