Html Css Color HEX #DF372E Cinnabar

📋 copy color: '#DF372E'

red 223 ◦ green 55 ◦ blue 46

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

Shades of Cinnabar #DF372E

Tints of Cinnabar #DF372E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.2%

R = 68.83%
G = 16.98%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF372E (or 0xDF372E) is known color: Cinnabar. HEX triplet: DF, 37 and 2E. RGB value is (223,55,46). Sum of RGB (Red+Green+Blue) = 223+55+46=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF372E is #20C8D1. Grayscale: #686868. Windows color (decimal): -2148562 or 3028959. OLE color: 3028959.

HSL color Cylindrical-coordinate representation of color #DF372E: hue angle of 3.05º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF372E is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 55 46 -
CMYK 0 0.75 0.79 0.13
HSL 3.05º 0.73% 0.53% -
HSV(B) 3.05º 0.79% 0.87% -
XYZ 32.29 18.62 4.48 -
YUV 104.21 95.16 212.73 -
System Red Green Blue C M Y K H S L
Decimal 223 55 46 0 0.75 0.79 0.13 3.05 0.73 0.53
Hex DF 37 2E 0 4B 4F D 3 49 35
Octal 337 67 56 0 113 117 15 3 111 65
Binary 11011111 110111 101110 0 1001011 1001111 1101 11 1001001 110101

Color Harmonies of #DF372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF372E

Black with #DF372E

Text Example


Text Example

White with #DF372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF372E; }

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

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

background-color css

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

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

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

border-color css

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

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

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