Html Css Color HEX #DF3727 Cinnabar

📋 copy color: '#DF3727'

red 223 ◦ green 55 ◦ blue 39

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

Shades of Cinnabar #DF3727

Tints of Cinnabar #DF3727

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.35%

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

R = 70.35%
G = 17.35%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF3727 (or 0xDF3727) is known color: Cinnabar. HEX triplet: DF, 37 and 27. RGB value is (223,55,39). Sum of RGB (Red+Green+Blue) = 223+55+39=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3727 is #20C8D8. Grayscale: #676767. Windows color (decimal): -2148569 or 2570207. OLE color: 2570207.

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

Color convert

RGB 223 55 39 -
CMYK 0 0.75 0.83 0.13
HSL 5.22º 0.74% 0.51% -
HSV(B) 5.22º 0.83% 0.87% -
XYZ 32.16 18.57 3.81 -
YUV 103.41 91.66 213.3 -
System Red Green Blue C M Y K H S L
Decimal 223 55 39 0 0.75 0.83 0.13 5.22 0.74 0.51
Hex DF 37 27 0 4B 53 D 5 4A 33
Octal 337 67 47 0 113 123 15 5 112 63
Binary 11011111 110111 100111 0 1001011 1010011 1101 101 1001010 110011

Color Harmonies of #DF3727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3727

Black with #DF3727

Text Example


Text Example

White with #DF3727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3727; }

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

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

background-color css

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

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

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

border-color css

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

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

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