Html Css Color HEX #C9003E Crimson

📋 copy color: '#C9003E'

red 201 ◦ green 0 ◦ blue 62

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

Shades of Crimson #C9003E

Tints of Crimson #C9003E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.57%

R = 76.43%
G = 0%
B = 23.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9003E (or 0xC9003E) is known color: Crimson. HEX triplet: C9, 00 and 3E. RGB value is (201,0,62). Sum of RGB (Red+Green+Blue) = 201+0+62=263 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.43% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 201 - color contains mainly: red. Hex color #C9003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9003E is #36FFC1. Grayscale: #434343. Windows color (decimal): -3604418 or 4063433. OLE color: 4063433.

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

Color convert

RGB 201 0 62 -
CMYK 0 1 0.69 0.21
HSL 341.49º 1% 0.39% -
HSV(B) 341.49º 1% 0.79% -
XYZ 24.96 12.77 5.71 -
YUV 67.17 125.09 223.46 -
System Red Green Blue C M Y K H S L
Decimal 201 0 62 0 1 0.69 0.21 341.49 1 0.39
Hex C9 0 3E 0 64 45 15 155 64 27
Octal 311 0 76 0 144 105 25 525 144 47
Binary 11001001 0 111110 0 1100100 1000101 10101 101010101 1100100 100111

Color Harmonies of #C9003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9003E

Black with #C9003E

Text Example


Text Example

White with #C9003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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