Html Css Color HEX #C40040 Crimson

📋 copy color: '#C40040'

red 196 ◦ green 0 ◦ blue 64

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

Shades of Crimson #C40040

Tints of Crimson #C40040

RGB

 RED value IS 196 (76.95% from 255) = 75.38%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 24.62%

R = 75.38%
G = 0%
B = 24.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C40040 (or 0xC40040) is known color: Crimson. HEX triplet: C4, 00 and 40. RGB value is (196,0,64). Sum of RGB (Red+Green+Blue) = 196+0+64=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C40040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40040 is #3BFFBF. Grayscale: #414141. Windows color (decimal): -3932096 or 4194500. OLE color: 4194500.

HSL color Cylindrical-coordinate representation of color #C40040: hue angle of 340.41º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40040 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 0 64 -
CMYK 0 1 0.67 0.23
HSL 340.41º 1% 0.38% -
HSV(B) 340.41º 1% 0.77% -
XYZ 23.69 12.11 5.94 -
YUV 65.9 126.93 220.8 -
System Red Green Blue C M Y K H S L
Decimal 196 0 64 0 1 0.67 0.23 340.41 1 0.38
Hex C4 0 40 0 64 43 17 154 64 26
Octal 304 0 100 0 144 103 27 524 144 46
Binary 11000100 0 1000000 0 1100100 1000011 10111 101010100 1100100 100110

Color Harmonies of #C40040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40040

Black with #C40040

Text Example


Text Example

White with #C40040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40040; }

 p { color: rgb(196,0,64); }

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

background-color css

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

 a { background-color: rgb(196,0,64); }

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

border-color css

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

 span { border-color: rgb(196,0,64); }

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