Html Css Color HEX #C40249 Crimson

📋 copy color: '#C40249'

red 196 ◦ green 2 ◦ blue 73

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

Shades of Crimson #C40249

Tints of Crimson #C40249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.94%

R = 72.32%
G = 0.74%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C40249 (or 0xC40249) is known color: Crimson. HEX triplet: C4, 02 and 49. RGB value is (196,2,73). Sum of RGB (Red+Green+Blue) = 196+2+73=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C40249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40249 is #3BFDB6. Grayscale: #444444. Windows color (decimal): -3931575 or 4784836. OLE color: 4784836.

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

Color convert

RGB 196 2 73 -
CMYK 0 0.99 0.63 0.23
HSL 338.04º 0.98% 0.39% -
HSV(B) 338.04º 0.99% 0.77% -
XYZ 23.99 12.26 7.41 -
YUV 68.1 130.77 219.23 -
System Red Green Blue C M Y K H S L
Decimal 196 2 73 0 0.99 0.63 0.23 338.04 0.98 0.39
Hex C4 2 49 0 63 3F 17 152 62 27
Octal 304 2 111 0 143 77 27 522 142 47
Binary 11000100 10 1001001 0 1100011 111111 10111 101010010 1100010 100111

Color Harmonies of #C40249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40249

Black with #C40249

Text Example


Text Example

White with #C40249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40249; }

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

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

background-color css

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

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

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

border-color css

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

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

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