Html Css Color HEX #C9013F Crimson

📋 copy color: '#C9013F'

red 201 ◦ green 1 ◦ blue 63

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

Shades of Crimson #C9013F

Tints of Crimson #C9013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.77%

R = 75.85%
G = 0.38%
B = 23.77%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9013F (or 0xC9013F) is known color: Crimson. HEX triplet: C9, 01 and 3F. RGB value is (201,1,63). Sum of RGB (Red+Green+Blue) = 201+1+63=265 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.85% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 201 - color contains mainly: red. Hex color #C9013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9013F is #36FEC0. Grayscale: #434343. Windows color (decimal): -3604161 or 4129225. OLE color: 4129225.

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

Color convert

RGB 201 1 63 -
CMYK 0 1.00 0.69 0.21
HSL 341.4º 0.99% 0.4% -
HSV(B) 341.4º 1% 0.79% -
XYZ 25 12.8 5.86 -
YUV 67.87 125.26 222.96 -
System Red Green Blue C M Y K H S L
Decimal 201 1 63 0 1.00 0.69 0.21 341.4 0.99 0.4
Hex C9 1 3F 0 64 45 15 155 63 28
Octal 311 1 77 0 144 105 25 525 143 50
Binary 11001001 1 111111 0 1100100 1000101 10101 101010101 1100011 101000

Color Harmonies of #C9013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9013F

Black with #C9013F

Text Example


Text Example

White with #C9013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9013F; }

 p { color: rgb(201,1,63); }

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

background-color css

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

 a { background-color: rgb(201,1,63); }

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

border-color css

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

 span { border-color: rgb(201,1,63); }

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