Html Css Color HEX #C9073A Crimson

📋 copy color: '#C9073A'

red 201 ◦ green 7 ◦ blue 58

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

Shades of Crimson #C9073A

Tints of Crimson #C9073A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.63%

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

R = 75.56%
G = 2.63%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9073A (or 0xC9073A) is known color: Crimson. HEX triplet: C9, 07 and 3A. RGB value is (201,7,58). Sum of RGB (Red+Green+Blue) = 201+7+58=266 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.56% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 201 - color contains mainly: red. Hex color #C9073A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9073A is #36F8C5. Grayscale: #464646. Windows color (decimal): -3602630 or 3803081. OLE color: 3803081.

HSL color Cylindrical-coordinate representation of color #C9073A: hue angle of 344.23º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9073A is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 7 58 -
CMYK 0 0.97 0.71 0.21
HSL 344.23º 0.93% 0.41% -
HSV(B) 344.23º 0.97% 0.79% -
XYZ 24.93 12.87 5.17 -
YUV 70.82 120.77 220.85 -
System Red Green Blue C M Y K H S L
Decimal 201 7 58 0 0.97 0.71 0.21 344.23 0.93 0.41
Hex C9 7 3A 0 61 47 15 158 5D 29
Octal 311 7 72 0 141 107 25 530 135 51
Binary 11001001 111 111010 0 1100001 1000111 10101 101011000 1011101 101001

Color Harmonies of #C9073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9073A

Black with #C9073A

Text Example


Text Example

White with #C9073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9073A; }

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

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

background-color css

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

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

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

border-color css

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

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

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