Html Css Color HEX #DF3027 Cinnabar

📋 copy color: '#DF3027'

red 223 ◦ green 48 ◦ blue 39

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

Shades of Cinnabar #DF3027

Tints of Cinnabar #DF3027

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.48%

 BLUE value IS 39 (15.63% from 255) = 12.58%

R = 71.94%
G = 15.48%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF3027 (or 0xDF3027) is known color: Cinnabar. HEX triplet: DF, 30 and 27. RGB value is (223,48,39). Sum of RGB (Red+Green+Blue) = 223+48+39=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3027 is #20CFD8. Grayscale: #636363. Windows color (decimal): -2150361 or 2568415. OLE color: 2568415.

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

Color convert

RGB 223 48 39 -
CMYK 0 0.78 0.83 0.13
HSL 2.93º 0.74% 0.51% -
HSV(B) 2.93º 0.83% 0.87% -
XYZ 31.85 17.95 3.7 -
YUV 99.3 93.98 216.23 -
System Red Green Blue C M Y K H S L
Decimal 223 48 39 0 0.78 0.83 0.13 2.93 0.74 0.51
Hex DF 30 27 0 4E 53 D 3 4A 33
Octal 337 60 47 0 116 123 15 3 112 63
Binary 11011111 110000 100111 0 1001110 1010011 1101 11 1001010 110011

Color Harmonies of #DF3027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3027

Black with #DF3027

Text Example


Text Example

White with #DF3027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3027; }

 p { color: rgb(223,48,39); }

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

background-color css

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

 a { background-color: rgb(223,48,39); }

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

border-color css

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

 span { border-color: rgb(223,48,39); }

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