Html Css Color HEX #DF3C3C Cinnabar

📋 copy color: '#DF3C3C'

red 223 ◦ green 60 ◦ blue 60

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

Shades of Cinnabar #DF3C3C

Tints of Cinnabar #DF3C3C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.49%

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

R = 65.01%
G = 17.49%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF3C3C (or 0xDF3C3C) is known color: Cinnabar. HEX triplet: DF, 3C and 3C. RGB value is (223,60,60). Sum of RGB (Red+Green+Blue) = 223+60+60=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3C3C is #20C3C3. Grayscale: #6C6C6C. Windows color (decimal): -2147268 or 3947743. OLE color: 3947743.

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

Color convert

RGB 223 60 60 -
CMYK 0 0.73 0.73 0.13
HSL 0.72% 0.55% -
HSV(B) 0.73% 0.87% -
XYZ 32.86 19.25 6.26 -
YUV 108.74 100.5 209.5 -
System Red Green Blue C M Y K H S L
Decimal 223 60 60 0 0.73 0.73 0.13 0 0.72 0.55
Hex DF 3C 3C 0 49 49 D 0 48 37
Octal 337 74 74 0 111 111 15 0 110 67
Binary 11011111 111100 111100 0 1001001 1001001 1101 0 1001000 110111

Color Harmonies of #DF3C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3C3C

Black with #DF3C3C

Text Example


Text Example

White with #DF3C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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