Html Css Color HEX #C40146 Crimson

📋 copy color: '#C40146'

red 196 ◦ green 1 ◦ blue 70

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

Shades of Crimson #C40146

Tints of Crimson #C40146

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 70 (27.73% from 255) = 26.22%

R = 73.41%
G = 0.37%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C40146 (or 0xC40146) is known color: Crimson. HEX triplet: C4, 01 and 46. RGB value is (196,1,70). Sum of RGB (Red+Green+Blue) = 196+1+70=267 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.41% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 196 - color contains mainly: red. Hex color #C40146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40146 is #3BFEB9. Grayscale: #434343. Windows color (decimal): -3931834 or 4587972. OLE color: 4587972.

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

Color convert

RGB 196 1 70 -
CMYK 0 0.99 0.64 0.23
HSL 338.77º 0.99% 0.39% -
HSV(B) 338.77º 0.99% 0.77% -
XYZ 23.88 12.2 6.89 -
YUV 67.17 129.6 219.89 -
System Red Green Blue C M Y K H S L
Decimal 196 1 70 0 0.99 0.64 0.23 338.77 0.99 0.39
Hex C4 1 46 0 63 40 17 153 63 27
Octal 304 1 106 0 143 100 27 523 143 47
Binary 11000100 1 1000110 0 1100011 1000000 10111 101010011 1100011 100111

Color Harmonies of #C40146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40146

Black with #C40146

Text Example


Text Example

White with #C40146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40146; }

 p { color: rgb(196,1,70); }

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

background-color css

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

 a { background-color: rgb(196,1,70); }

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

border-color css

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

 span { border-color: rgb(196,1,70); }

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