Html Css Color HEX #C9073C Crimson

📋 copy color: '#C9073C'

red 201 ◦ green 7 ◦ blue 60

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

Shades of Crimson #C9073C

Tints of Crimson #C9073C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.39%

R = 75%
G = 2.61%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9073C (or 0xC9073C) is known color: Crimson. HEX triplet: C9, 07 and 3C. RGB value is (201,7,60). Sum of RGB (Red+Green+Blue) = 201+7+60=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C9073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9073C is #36F8C3. Grayscale: #474747. Windows color (decimal): -3602628 or 3934153. OLE color: 3934153.

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

Color convert

RGB 201 7 60 -
CMYK 0 0.97 0.70 0.21
HSL 343.61º 0.93% 0.41% -
HSV(B) 343.61º 0.97% 0.79% -
XYZ 24.98 12.9 5.45 -
YUV 71.05 121.77 220.69 -
System Red Green Blue C M Y K H S L
Decimal 201 7 60 0 0.97 0.70 0.21 343.61 0.93 0.41
Hex C9 7 3C 0 61 46 15 158 5D 29
Octal 311 7 74 0 141 106 25 530 135 51
Binary 11001001 111 111100 0 1100001 1000110 10101 101011000 1011101 101001

Color Harmonies of #C9073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9073C

Black with #C9073C

Text Example


Text Example

White with #C9073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9073C; }

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

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

background-color css

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

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

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

border-color css

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

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

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