Html Css Color HEX #C50242 Crimson

📋 copy color: '#C50242'

red 197 ◦ green 2 ◦ blue 66

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

Shades of Crimson #C50242

Tints of Crimson #C50242

RGB

 RED value IS 197 (77.34% from 255) = 74.34%

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

 BLUE value IS 66 (26.17% from 255) = 24.91%

R = 74.34%
G = 0.75%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C50242 (or 0xC50242) is known color: Crimson. HEX triplet: C5, 02 and 42. RGB value is (197,2,66). Sum of RGB (Red+Green+Blue) = 197+2+66=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C50242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50242 is #3AFDBD. Grayscale: #434343. Windows color (decimal): -3866046 or 4326085. OLE color: 4326085.

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

Color convert

RGB 197 2 66 -
CMYK 0 0.99 0.66 0.23
HSL 340.31º 0.98% 0.39% -
HSV(B) 340.31º 0.99% 0.77% -
XYZ 24.03 12.31 6.26 -
YUV 67.6 127.1 220.3 -
System Red Green Blue C M Y K H S L
Decimal 197 2 66 0 0.99 0.66 0.23 340.31 0.98 0.39
Hex C5 2 42 0 63 42 17 154 62 27
Octal 305 2 102 0 143 102 27 524 142 47
Binary 11000101 10 1000010 0 1100011 1000010 10111 101010100 1100010 100111

Color Harmonies of #C50242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50242

Black with #C50242

Text Example


Text Example

White with #C50242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50242; }

 p { color: rgb(197,2,66); }

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

background-color css

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

 a { background-color: rgb(197,2,66); }

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

border-color css

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

 span { border-color: rgb(197,2,66); }

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