Html Css Color HEX #C50145 Crimson

📋 copy color: '#C50145'

red 197 ◦ green 1 ◦ blue 69

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

Shades of Crimson #C50145

Tints of Crimson #C50145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.84%

R = 73.78%
G = 0.37%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C50145 (or 0xC50145) is known color: Crimson. HEX triplet: C5, 01 and 45. RGB value is (197,1,69). Sum of RGB (Red+Green+Blue) = 197+1+69=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C50145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50145 is #3AFEBA. Grayscale: #434343. Windows color (decimal): -3866299 or 4522437. OLE color: 4522437.

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

Color convert

RGB 197 1 69 -
CMYK 0 0.99 0.65 0.23
HSL 339.18º 0.99% 0.39% -
HSV(B) 339.18º 0.99% 0.77% -
XYZ 24.11 12.32 6.74 -
YUV 67.36 128.93 220.47 -
System Red Green Blue C M Y K H S L
Decimal 197 1 69 0 0.99 0.65 0.23 339.18 0.99 0.39
Hex C5 1 45 0 63 41 17 153 63 27
Octal 305 1 105 0 143 101 27 523 143 47
Binary 11000101 1 1000101 0 1100011 1000001 10111 101010011 1100011 100111

Color Harmonies of #C50145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50145

Black with #C50145

Text Example


Text Example

White with #C50145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50145; }

 p { color: rgb(197,1,69); }

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

background-color css

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

 a { background-color: rgb(197,1,69); }

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

border-color css

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

 span { border-color: rgb(197,1,69); }

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