Html Css Color HEX #C40246 Crimson

📋 copy color: '#C40246'

red 196 ◦ green 2 ◦ blue 70

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

Shades of Crimson #C40246

Tints of Crimson #C40246

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 73.13%
G = 0.75%
B = 26.12%

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

#C40246 (or 0xC40246) is known color: Crimson. HEX triplet: C4, 02 and 46. RGB value is (196,2,70). Sum of RGB (Red+Green+Blue) = 196+2+70=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C40246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40246 is #3BFDB9. Grayscale: #434343. Windows color (decimal): -3931578 or 4588228. OLE color: 4588228.

HSL color Cylindrical-coordinate representation of color #C40246: hue angle of 338.97º degrees, saturation: 0.98, 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 #C40246 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 2 70 -
CMYK 0 0.99 0.64 0.23
HSL 338.97º 0.98% 0.39% -
HSV(B) 338.97º 0.99% 0.77% -
XYZ 23.89 12.22 6.89 -
YUV 67.76 129.27 219.47 -
System Red Green Blue C M Y K H S L
Decimal 196 2 70 0 0.99 0.64 0.23 338.97 0.98 0.39
Hex C4 2 46 0 63 40 17 153 62 27
Octal 304 2 106 0 143 100 27 523 142 47
Binary 11000100 10 1000110 0 1100011 1000000 10111 101010011 1100010 100111

Color Harmonies of #C40246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40246

Black with #C40246

Text Example


Text Example

White with #C40246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40246; }

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

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

background-color css

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

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

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

border-color css

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

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

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