Html Css Color HEX #DF4A3C Cinnabar

📋 copy color: '#DF4A3C'

red 223 ◦ green 74 ◦ blue 60

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

Shades of Cinnabar #DF4A3C

Tints of Cinnabar #DF4A3C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.73%

 BLUE value IS 60 (23.83% from 255) = 16.81%

R = 62.46%
G = 20.73%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF4A3C (or 0xDF4A3C) is known color: Cinnabar. HEX triplet: DF, 4A and 3C. RGB value is (223,74,60). Sum of RGB (Red+Green+Blue) = 223+74+60=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4A3C is #20B5C3. Grayscale: #757575. Windows color (decimal): -2143684 or 3951327. OLE color: 3951327.

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

Color convert

RGB 223 74 60 -
CMYK 0 0.67 0.73 0.13
HSL 5.15º 0.72% 0.55% -
HSV(B) 5.15º 0.73% 0.87% -
XYZ 33.7 20.91 6.54 -
YUV 116.96 95.86 203.64 -
System Red Green Blue C M Y K H S L
Decimal 223 74 60 0 0.67 0.73 0.13 5.15 0.72 0.55
Hex DF 4A 3C 0 43 49 D 5 48 37
Octal 337 112 74 0 103 111 15 5 110 67
Binary 11011111 1001010 111100 0 1000011 1001001 1101 101 1001000 110111

Color Harmonies of #DF4A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4A3C

Black with #DF4A3C

Text Example


Text Example

White with #DF4A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4A3C; }

 p { color: rgb(223,74,60); }

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

background-color css

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

 a { background-color: rgb(223,74,60); }

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

border-color css

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

 span { border-color: rgb(223,74,60); }

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