Html Css Color HEX #DF4C2C Cinnabar

📋 copy color: '#DF4C2C'

red 223 ◦ green 76 ◦ blue 44

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

Shades of Cinnabar #DF4C2C

Tints of Cinnabar #DF4C2C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.16%

 BLUE value IS 44 (17.58% from 255) = 12.83%

R = 65.01%
G = 22.16%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF4C2C (or 0xDF4C2C) is known color: Cinnabar. HEX triplet: DF, 4C and 2C. RGB value is (223,76,44). Sum of RGB (Red+Green+Blue) = 223+76+44=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4C2C is #20B3D3. Grayscale: #747474. Windows color (decimal): -2143188 or 2903263. OLE color: 2903263.

HSL color Cylindrical-coordinate representation of color #DF4C2C: hue angle of 10.73º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF4C2C is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 76 44 -
CMYK 0 0.66 0.80 0.13
HSL 10.73º 0.74% 0.52% -
HSV(B) 10.73º 0.8% 0.87% -
XYZ 33.47 21.04 4.68 -
YUV 116.31 87.2 204.1 -
System Red Green Blue C M Y K H S L
Decimal 223 76 44 0 0.66 0.80 0.13 10.73 0.74 0.52
Hex DF 4C 2C 0 42 50 D B 4A 34
Octal 337 114 54 0 102 120 15 13 112 64
Binary 11011111 1001100 101100 0 1000010 1010000 1101 1011 1001010 110100

Color Harmonies of #DF4C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4C2C

Black with #DF4C2C

Text Example


Text Example

White with #DF4C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4C2C; }

 p { color: rgb(223,76,44); }

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

background-color css

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

 a { background-color: rgb(223,76,44); }

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

border-color css

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

 span { border-color: rgb(223,76,44); }

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