Html Css Color HEX #C9012F Crimson

📋 copy color: '#C9012F'

red 201 ◦ green 1 ◦ blue 47

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

Shades of Crimson #C9012F

Tints of Crimson #C9012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.88%

R = 80.72%
G = 0.4%
B = 18.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9012F (or 0xC9012F) is known color: Crimson. HEX triplet: C9, 01 and 2F. RGB value is (201,1,47). Sum of RGB (Red+Green+Blue) = 201+1+47=249 (32% of max value = 765). Red value is 201 (78.91% from 255 or 80.72% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 201 - color contains mainly: red. Hex color #C9012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9012F is #36FED0. Grayscale: #424242. Windows color (decimal): -3604177 or 3080649. OLE color: 3080649.

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

Color convert

RGB 201 1 47 -
CMYK 0 1.00 0.77 0.21
HSL 346.2º 0.99% 0.4% -
HSV(B) 346.2º 1% 0.79% -
XYZ 24.61 12.64 3.83 -
YUV 66.04 117.26 224.26 -
System Red Green Blue C M Y K H S L
Decimal 201 1 47 0 1.00 0.77 0.21 346.2 0.99 0.4
Hex C9 1 2F 0 64 4D 15 15A 63 28
Octal 311 1 57 0 144 115 25 532 143 50
Binary 11001001 1 101111 0 1100100 1001101 10101 101011010 1100011 101000

Color Harmonies of #C9012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9012F

Black with #C9012F

Text Example


Text Example

White with #C9012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9012F; }

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

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

background-color css

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

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

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

border-color css

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

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

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