Html Css Color HEX #C50244 Crimson

📋 copy color: '#C50244'

red 197 ◦ green 2 ◦ blue 68

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

Shades of Crimson #C50244

Tints of Crimson #C50244

RGB

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

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

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

R = 73.78%
G = 0.75%
B = 25.47%

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

#C50244 (or 0xC50244) is known color: Crimson. HEX triplet: C5, 02 and 44. RGB value is (197,2,68). Sum of RGB (Red+Green+Blue) = 197+2+68=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C50244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50244 is #3AFDBB. Grayscale: #434343. Windows color (decimal): -3866044 or 4457157. OLE color: 4457157.

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

Color convert

RGB 197 2 68 -
CMYK 0 0.99 0.65 0.23
HSL 339.69º 0.98% 0.39% -
HSV(B) 339.69º 0.99% 0.77% -
XYZ 24.09 12.33 6.58 -
YUV 67.83 128.1 220.13 -
System Red Green Blue C M Y K H S L
Decimal 197 2 68 0 0.99 0.65 0.23 339.69 0.98 0.39
Hex C5 2 44 0 63 41 17 154 62 27
Octal 305 2 104 0 143 101 27 524 142 47
Binary 11000101 10 1000100 0 1100011 1000001 10111 101010100 1100010 100111

Color Harmonies of #C50244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50244

Black with #C50244

Text Example


Text Example

White with #C50244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50244; }

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

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

background-color css

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

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

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

border-color css

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

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

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