Html Css Color HEX #C5003F Crimson

📋 copy color: '#C5003F'

red 197 ◦ green 0 ◦ blue 63

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

Shades of Crimson #C5003F

Tints of Crimson #C5003F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.23%

R = 75.77%
G = 0%
B = 24.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5003F (or 0xC5003F) is known color: Crimson. HEX triplet: C5, 00 and 3F. RGB value is (197,0,63). Sum of RGB (Red+Green+Blue) = 197+0+63=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C5003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5003F is #3AFFC0. Grayscale: #424242. Windows color (decimal): -3866561 or 4128965. OLE color: 4128965.

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

Color convert

RGB 197 0 63 -
CMYK 0 1 0.68 0.23
HSL 340.81º 1% 0.39% -
HSV(B) 340.81º 1% 0.77% -
XYZ 23.92 12.23 5.8 -
YUV 66.09 126.27 221.38 -
System Red Green Blue C M Y K H S L
Decimal 197 0 63 0 1 0.68 0.23 340.81 1 0.39
Hex C5 0 3F 0 64 44 17 155 64 27
Octal 305 0 77 0 144 104 27 525 144 47
Binary 11000101 0 111111 0 1100100 1000100 10111 101010101 1100100 100111

Color Harmonies of #C5003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5003F

Black with #C5003F

Text Example


Text Example

White with #C5003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5003F; }

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

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

background-color css

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

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

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

border-color css

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

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

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