Html Css Color HEX #DF3327 Cinnabar

📋 copy color: '#DF3327'

red 223 ◦ green 51 ◦ blue 39

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

Shades of Cinnabar #DF3327

Tints of Cinnabar #DF3327

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.29%

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

R = 71.25%
G = 16.29%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF3327 (or 0xDF3327) is known color: Cinnabar. HEX triplet: DF, 33 and 27. RGB value is (223,51,39). Sum of RGB (Red+Green+Blue) = 223+51+39=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3327 is #20CCD8. Grayscale: #656565. Windows color (decimal): -2149593 or 2569183. OLE color: 2569183.

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

Color convert

RGB 223 51 39 -
CMYK 0 0.77 0.83 0.13
HSL 3.91º 0.74% 0.51% -
HSV(B) 3.91º 0.83% 0.87% -
XYZ 31.98 18.2 3.75 -
YUV 101.06 92.98 214.98 -
System Red Green Blue C M Y K H S L
Decimal 223 51 39 0 0.77 0.83 0.13 3.91 0.74 0.51
Hex DF 33 27 0 4D 53 D 4 4A 33
Octal 337 63 47 0 115 123 15 4 112 63
Binary 11011111 110011 100111 0 1001101 1010011 1101 100 1001010 110011

Color Harmonies of #DF3327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3327

Black with #DF3327

Text Example


Text Example

White with #DF3327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3327; }

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

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

background-color css

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

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

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

border-color css

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

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

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