Html Css Color HEX #C5003B Crimson

📋 copy color: '#C5003B'

red 197 ◦ green 0 ◦ blue 59

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

Shades of Crimson #C5003B

Tints of Crimson #C5003B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.05%

R = 76.95%
G = 0%
B = 23.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C5003B (or 0xC5003B) is known color: Crimson. HEX triplet: C5, 00 and 3B. RGB value is (197,0,59). Sum of RGB (Red+Green+Blue) = 197+0+59=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C5003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5003B is #3AFFC4. Grayscale: #414141. Windows color (decimal): -3866565 or 3866821. OLE color: 3866821.

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

Color convert

RGB 197 0 59 -
CMYK 0 1 0.70 0.23
HSL 342.03º 1% 0.39% -
HSV(B) 342.03º 1% 0.77% -
XYZ 23.82 12.19 5.23 -
YUV 65.63 124.27 221.7 -
System Red Green Blue C M Y K H S L
Decimal 197 0 59 0 1 0.70 0.23 342.03 1 0.39
Hex C5 0 3B 0 64 46 17 156 64 27
Octal 305 0 73 0 144 106 27 526 144 47
Binary 11000101 0 111011 0 1100100 1000110 10111 101010110 1100100 100111

Color Harmonies of #C5003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5003B

Black with #C5003B

Text Example


Text Example

White with #C5003B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5003B; }

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

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

background-color css

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

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

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

border-color css

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

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

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