Html Css Color HEX #C7003C Crimson

📋 copy color: '#C7003C'

red 199 ◦ green 0 ◦ blue 60

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

Shades of Crimson #C7003C

Tints of Crimson #C7003C

RGB

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

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

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

R = 76.83%
G = 0%
B = 23.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7003C (or 0xC7003C) is known color: Crimson. HEX triplet: C7, 00 and 3C. RGB value is (199,0,60). Sum of RGB (Red+Green+Blue) = 199+0+60=259 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.83% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 199 - color contains mainly: red. Hex color #C7003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7003C is #38FFC3. Grayscale: #424242. Windows color (decimal): -3735492 or 3932359. OLE color: 3932359.

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

Color convert

RGB 199 0 60 -
CMYK 0 1 0.70 0.22
HSL 341.91º 1% 0.39% -
HSV(B) 341.91º 1% 0.78% -
XYZ 24.37 12.47 5.4 -
YUV 66.34 124.43 222.62 -
System Red Green Blue C M Y K H S L
Decimal 199 0 60 0 1 0.70 0.22 341.91 1 0.39
Hex C7 0 3C 0 64 46 16 156 64 27
Octal 307 0 74 0 144 106 26 526 144 47
Binary 11000111 0 111100 0 1100100 1000110 10110 101010110 1100100 100111

Color Harmonies of #C7003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7003C

Black with #C7003C

Text Example


Text Example

White with #C7003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7003C; }

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

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

background-color css

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

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

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

border-color css

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

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

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