Html Css Color HEX #C50348 Crimson

📋 copy color: '#C50348'

red 197 ◦ green 3 ◦ blue 72

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

Shades of Crimson #C50348

Tints of Crimson #C50348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

 BLUE value IS 72 (28.52% from 255) = 26.47%

R = 72.43%
G = 1.1%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C50348 (or 0xC50348) is known color: Crimson. HEX triplet: C5, 03 and 48. RGB value is (197,3,72). Sum of RGB (Red+Green+Blue) = 197+3+72=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C50348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50348 is #3AFCB7. Grayscale: #444444. Windows color (decimal): -3865784 or 4719557. OLE color: 4719557.

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

Color convert

RGB 197 3 72 -
CMYK 0 0.98 0.63 0.23
HSL 338.66º 0.97% 0.39% -
HSV(B) 338.66º 0.98% 0.77% -
XYZ 24.23 12.4 7.25 -
YUV 68.87 129.77 219.39 -
System Red Green Blue C M Y K H S L
Decimal 197 3 72 0 0.98 0.63 0.23 338.66 0.97 0.39
Hex C5 3 48 0 62 3F 17 153 61 27
Octal 305 3 110 0 142 77 27 523 141 47
Binary 11000101 11 1001000 0 1100010 111111 10111 101010011 1100001 100111

Color Harmonies of #C50348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50348

Black with #C50348

Text Example


Text Example

White with #C50348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50348; }

 p { color: rgb(197,3,72); }

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

background-color css

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

 a { background-color: rgb(197,3,72); }

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

border-color css

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

 span { border-color: rgb(197,3,72); }

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