Html Css Color HEX #C7013A Crimson

📋 copy color: '#C7013A'

red 199 ◦ green 1 ◦ blue 58

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

Shades of Crimson #C7013A

Tints of Crimson #C7013A

RGB

 RED value IS 199 (78.13% from 255) = 77.13%

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

 BLUE value IS 58 (23.05% from 255) = 22.48%

R = 77.13%
G = 0.39%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7013A (or 0xC7013A) is known color: Crimson. HEX triplet: C7, 01 and 3A. RGB value is (199,1,58). Sum of RGB (Red+Green+Blue) = 199+1+58=258 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.13% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 199 - color contains mainly: red. Hex color #C7013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7013A is #38FEC5. Grayscale: #424242. Windows color (decimal): -3735238 or 3801543. OLE color: 3801543.

HSL color Cylindrical-coordinate representation of color #C7013A: hue angle of 342.73º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7013A is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 1 58 -
CMYK 0 0.99 0.71 0.22
HSL 342.73º 0.99% 0.39% -
HSV(B) 342.73º 0.99% 0.78% -
XYZ 24.33 12.47 5.13 -
YUV 66.7 123.1 222.37 -
System Red Green Blue C M Y K H S L
Decimal 199 1 58 0 0.99 0.71 0.22 342.73 0.99 0.39
Hex C7 1 3A 0 63 47 16 157 63 27
Octal 307 1 72 0 143 107 26 527 143 47
Binary 11000111 1 111010 0 1100011 1000111 10110 101010111 1100011 100111

Color Harmonies of #C7013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7013A

Black with #C7013A

Text Example


Text Example

White with #C7013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7013A; }

 p { color: rgb(199,1,58); }

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

background-color css

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

 a { background-color: rgb(199,1,58); }

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

border-color css

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

 span { border-color: rgb(199,1,58); }

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