Html Css Color HEX #C9003C Crimson

📋 copy color: '#C9003C'

red 201 ◦ green 0 ◦ blue 60

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

Shades of Crimson #C9003C

Tints of Crimson #C9003C

RGB

 RED value IS 201 (78.91% from 255) = 77.01%

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

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

R = 77.01%
G = 0%
B = 22.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9003C (or 0xC9003C) is known color: Crimson. HEX triplet: C9, 00 and 3C. RGB value is (201,0,60). Sum of RGB (Red+Green+Blue) = 201+0+60=261 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.01% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 201 - color contains mainly: red. Hex color #C9003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9003C is #36FFC3. Grayscale: #424242. Windows color (decimal): -3604420 or 3932361. OLE color: 3932361.

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

Color convert

RGB 201 0 60 -
CMYK 0 1 0.70 0.21
HSL 342.09º 1% 0.39% -
HSV(B) 342.09º 1% 0.79% -
XYZ 24.9 12.74 5.42 -
YUV 66.94 124.09 223.62 -
System Red Green Blue C M Y K H S L
Decimal 201 0 60 0 1 0.70 0.21 342.09 1 0.39
Hex C9 0 3C 0 64 46 15 156 64 27
Octal 311 0 74 0 144 106 25 526 144 47
Binary 11001001 0 111100 0 1100100 1000110 10101 101010110 1100100 100111

Color Harmonies of #C9003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9003C

Black with #C9003C

Text Example


Text Example

White with #C9003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9003C; }

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

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

background-color css

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

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

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

border-color css

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

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

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