Html Css Color HEX #C50038 Crimson

📋 copy color: '#C50038'

red 197 ◦ green 0 ◦ blue 56

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

Shades of Crimson #C50038

Tints of Crimson #C50038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 56 (22.27% from 255) = 22.13%

R = 77.87%
G = 0%
B = 22.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C50038 (or 0xC50038) is known color: Crimson. HEX triplet: C5, 00 and 38. RGB value is (197,0,56). Sum of RGB (Red+Green+Blue) = 197+0+56=253 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.87% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 197 - color contains mainly: red. Hex color #C50038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50038 is #3AFFC7. Grayscale: #414141. Windows color (decimal): -3866568 or 3670213. OLE color: 3670213.

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

Color convert

RGB 197 0 56 -
CMYK 0 1 0.72 0.23
HSL 342.94º 1% 0.39% -
HSV(B) 342.94º 1% 0.77% -
XYZ 23.74 12.16 4.84 -
YUV 65.29 122.77 221.95 -
System Red Green Blue C M Y K H S L
Decimal 197 0 56 0 1 0.72 0.23 342.94 1 0.39
Hex C5 0 38 0 64 48 17 157 64 27
Octal 305 0 70 0 144 110 27 527 144 47
Binary 11000101 0 111000 0 1100100 1001000 10111 101010111 1100100 100111

Color Harmonies of #C50038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50038

Black with #C50038

Text Example


Text Example

White with #C50038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50038; }

 p { color: rgb(197,0,56); }

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

background-color css

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

 a { background-color: rgb(197,0,56); }

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

border-color css

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

 span { border-color: rgb(197,0,56); }

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