Html Css Color HEX #C5013E Crimson

📋 copy color: '#C5013E'

red 197 ◦ green 1 ◦ blue 62

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

Shades of Crimson #C5013E

Tints of Crimson #C5013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 62 (24.61% from 255) = 23.85%

R = 75.77%
G = 0.38%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5013E (or 0xC5013E) is known color: Crimson. HEX triplet: C5, 01 and 3E. RGB value is (197,1,62). Sum of RGB (Red+Green+Blue) = 197+1+62=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C5013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5013E is #3AFEC1. Grayscale: #424242. Windows color (decimal): -3866306 or 4063685. OLE color: 4063685.

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

Color convert

RGB 197 1 62 -
CMYK 0 0.99 0.69 0.23
HSL 341.33º 0.99% 0.39% -
HSV(B) 341.33º 0.99% 0.77% -
XYZ 23.91 12.24 5.66 -
YUV 66.56 125.43 221.04 -
System Red Green Blue C M Y K H S L
Decimal 197 1 62 0 0.99 0.69 0.23 341.33 0.99 0.39
Hex C5 1 3E 0 63 45 17 155 63 27
Octal 305 1 76 0 143 105 27 525 143 47
Binary 11000101 1 111110 0 1100011 1000101 10111 101010101 1100011 100111

Color Harmonies of #C5013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5013E

Black with #C5013E

Text Example


Text Example

White with #C5013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5013E; }

 p { color: rgb(197,1,62); }

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

background-color css

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

 a { background-color: rgb(197,1,62); }

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

border-color css

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

 span { border-color: rgb(197,1,62); }

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