Html Css Color HEX #C9054A Crimson

📋 copy color: '#C9054A'

red 201 ◦ green 5 ◦ blue 74

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

Shades of Crimson #C9054A

Tints of Crimson #C9054A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

 BLUE value IS 74 (29.3% from 255) = 26.43%

R = 71.79%
G = 1.79%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9054A (or 0xC9054A) is known color: Crimson. HEX triplet: C9, 05 and 4A. RGB value is (201,5,74). Sum of RGB (Red+Green+Blue) = 201+5+74=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C9054A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9054A is #36FAB5. Grayscale: #474747. Windows color (decimal): -3603126 or 4851145. OLE color: 4851145.

HSL color Cylindrical-coordinate representation of color #C9054A: hue angle of 338.88º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9054A is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 5 74 -
CMYK 0 0.98 0.63 0.21
HSL 338.88º 0.95% 0.4% -
HSV(B) 338.88º 0.98% 0.79% -
XYZ 25.38 13.02 7.65 -
YUV 71.47 129.43 220.39 -
System Red Green Blue C M Y K H S L
Decimal 201 5 74 0 0.98 0.63 0.21 338.88 0.95 0.4
Hex C9 5 4A 0 62 3F 15 153 5F 28
Octal 311 5 112 0 142 77 25 523 137 50
Binary 11001001 101 1001010 0 1100010 111111 10101 101010011 1011111 101000

Color Harmonies of #C9054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9054A

Black with #C9054A

Text Example


Text Example

White with #C9054A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9054A; }

 p { color: rgb(201,5,74); }

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

background-color css

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

 a { background-color: rgb(201,5,74); }

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

border-color css

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

 span { border-color: rgb(201,5,74); }

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