Html Css Color HEX #C9053A Crimson

📋 copy color: '#C9053A'

red 201 ◦ green 5 ◦ blue 58

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

Shades of Crimson #C9053A

Tints of Crimson #C9053A

RGB

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

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

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

R = 76.14%
G = 1.89%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9053A (or 0xC9053A) is known color: Crimson. HEX triplet: C9, 05 and 3A. RGB value is (201,5,58). Sum of RGB (Red+Green+Blue) = 201+5+58=264 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.14% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 201 - color contains mainly: red. Hex color #C9053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9053A is #36FAC5. Grayscale: #454545. Windows color (decimal): -3603142 or 3802569. OLE color: 3802569.

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

Color convert

RGB 201 5 58 -
CMYK 0 0.98 0.71 0.21
HSL 343.78º 0.95% 0.4% -
HSV(B) 343.78º 0.98% 0.79% -
XYZ 24.91 12.83 5.17 -
YUV 69.65 121.43 221.69 -
System Red Green Blue C M Y K H S L
Decimal 201 5 58 0 0.98 0.71 0.21 343.78 0.95 0.4
Hex C9 5 3A 0 62 47 15 158 5F 28
Octal 311 5 72 0 142 107 25 530 137 50
Binary 11001001 101 111010 0 1100010 1000111 10101 101011000 1011111 101000

Color Harmonies of #C9053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9053A

Black with #C9053A

Text Example


Text Example

White with #C9053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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