Html Css Color HEX #C7013C Crimson

📋 copy color: '#C7013C'

red 199 ◦ green 1 ◦ blue 60

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

Shades of Crimson #C7013C

Tints of Crimson #C7013C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.08%

R = 76.54%
G = 0.38%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7013C (or 0xC7013C) is known color: Crimson. HEX triplet: C7, 01 and 3C. RGB value is (199,1,60). Sum of RGB (Red+Green+Blue) = 199+1+60=260 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.54% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 199 - color contains mainly: red. Hex color #C7013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7013C is #38FEC3. Grayscale: #424242. Windows color (decimal): -3735236 or 3932615. OLE color: 3932615.

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

Color convert

RGB 199 1 60 -
CMYK 0 0.99 0.70 0.22
HSL 342.12º 0.99% 0.39% -
HSV(B) 342.12º 0.99% 0.78% -
XYZ 24.38 12.49 5.4 -
YUV 66.93 124.1 222.2 -
System Red Green Blue C M Y K H S L
Decimal 199 1 60 0 0.99 0.70 0.22 342.12 0.99 0.39
Hex C7 1 3C 0 63 46 16 156 63 27
Octal 307 1 74 0 143 106 26 526 143 47
Binary 11000111 1 111100 0 1100011 1000110 10110 101010110 1100011 100111

Color Harmonies of #C7013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7013C

Black with #C7013C

Text Example


Text Example

White with #C7013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7013C; }

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

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

background-color css

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

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

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

border-color css

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

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

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