Html Css Color HEX #C9003A Crimson

📋 copy color: '#C9003A'

red 201 ◦ green 0 ◦ blue 58

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

Shades of Crimson #C9003A

Tints of Crimson #C9003A

RGB

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

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

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

R = 77.61%
G = 0%
B = 22.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9003A (or 0xC9003A) is known color: Crimson. HEX triplet: C9, 00 and 3A. RGB value is (201,0,58). Sum of RGB (Red+Green+Blue) = 201+0+58=259 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.61% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 201 - color contains mainly: red. Hex color #C9003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9003A is #36FFC5. Grayscale: #424242. Windows color (decimal): -3604422 or 3801289. OLE color: 3801289.

HSL color Cylindrical-coordinate representation of color #C9003A: hue angle of 342.69º 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 #C9003A is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 0 58 -
CMYK 0 1 0.71 0.21
HSL 342.69º 1% 0.39% -
HSV(B) 342.69º 1% 0.79% -
XYZ 24.85 12.72 5.15 -
YUV 66.71 123.09 223.78 -
System Red Green Blue C M Y K H S L
Decimal 201 0 58 0 1 0.71 0.21 342.69 1 0.39
Hex C9 0 3A 0 64 47 15 157 64 27
Octal 311 0 72 0 144 107 25 527 144 47
Binary 11001001 0 111010 0 1100100 1000111 10101 101010111 1100100 100111

Color Harmonies of #C9003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9003A

Black with #C9003A

Text Example


Text Example

White with #C9003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9003A; }

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

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

background-color css

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

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

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

border-color css

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

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

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