Html Css Color HEX #C50344 Crimson

📋 copy color: '#C50344'

red 197 ◦ green 3 ◦ blue 68

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

Shades of Crimson #C50344

Tints of Crimson #C50344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.37%

R = 73.51%
G = 1.12%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C50344 (or 0xC50344) is known color: Crimson. HEX triplet: C5, 03 and 44. RGB value is (197,3,68). Sum of RGB (Red+Green+Blue) = 197+3+68=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C50344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50344 is #3AFCBB. Grayscale: #444444. Windows color (decimal): -3865788 or 4457413. OLE color: 4457413.

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

Color convert

RGB 197 3 68 -
CMYK 0 0.98 0.65 0.23
HSL 339.9º 0.97% 0.39% -
HSV(B) 339.9º 0.98% 0.77% -
XYZ 24.1 12.35 6.58 -
YUV 68.42 127.77 219.71 -
System Red Green Blue C M Y K H S L
Decimal 197 3 68 0 0.98 0.65 0.23 339.9 0.97 0.39
Hex C5 3 44 0 62 41 17 154 61 27
Octal 305 3 104 0 142 101 27 524 141 47
Binary 11000101 11 1000100 0 1100010 1000001 10111 101010100 1100001 100111

Color Harmonies of #C50344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50344

Black with #C50344

Text Example


Text Example

White with #C50344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50344; }

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

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

background-color css

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

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

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

border-color css

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

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

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