Html Css Color HEX #DF3026 Cinnabar

📋 copy color: '#DF3026'

red 223 ◦ green 48 ◦ blue 38

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

Shades of Cinnabar #DF3026

Tints of Cinnabar #DF3026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.3%

R = 72.17%
G = 15.53%
B = 12.3%

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

#DF3026 (or 0xDF3026) is known color: Cinnabar. HEX triplet: DF, 30 and 26. RGB value is (223,48,38). Sum of RGB (Red+Green+Blue) = 223+48+38=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3026 is #20CFD9. Grayscale: #636363. Windows color (decimal): -2150362 or 2502879. OLE color: 2502879.

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

Color convert

RGB 223 48 38 -
CMYK 0 0.78 0.83 0.13
HSL 3.24º 0.74% 0.51% -
HSV(B) 3.24º 0.83% 0.87% -
XYZ 31.84 17.94 3.62 -
YUV 99.19 93.48 216.31 -
System Red Green Blue C M Y K H S L
Decimal 223 48 38 0 0.78 0.83 0.13 3.24 0.74 0.51
Hex DF 30 26 0 4E 53 D 3 4A 33
Octal 337 60 46 0 116 123 15 3 112 63
Binary 11011111 110000 100110 0 1001110 1010011 1101 11 1001010 110011

Color Harmonies of #DF3026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3026

Black with #DF3026

Text Example


Text Example

White with #DF3026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3026; }

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

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

background-color css

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

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

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

border-color css

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

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

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