Html Css Color HEX #C9093C Crimson

📋 copy color: '#C9093C'

red 201 ◦ green 9 ◦ blue 60

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

Shades of Crimson #C9093C

Tints of Crimson #C9093C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.33%

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

R = 74.44%
G = 3.33%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9093C (or 0xC9093C) is known color: Crimson. HEX triplet: C9, 09 and 3C. RGB value is (201,9,60). Sum of RGB (Red+Green+Blue) = 201+9+60=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C9093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9093C is #36F6C3. Grayscale: #484848. Windows color (decimal): -3602116 or 3934665. OLE color: 3934665.

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

Color convert

RGB 201 9 60 -
CMYK 0 0.96 0.70 0.21
HSL 344.06º 0.91% 0.41% -
HSV(B) 344.06º 0.96% 0.79% -
XYZ 25 12.94 5.45 -
YUV 72.22 121.11 219.85 -
System Red Green Blue C M Y K H S L
Decimal 201 9 60 0 0.96 0.70 0.21 344.06 0.91 0.41
Hex C9 9 3C 0 60 46 15 158 5B 29
Octal 311 11 74 0 140 106 25 530 133 51
Binary 11001001 1001 111100 0 1100000 1000110 10101 101011000 1011011 101001

Color Harmonies of #C9093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9093C

Black with #C9093C

Text Example


Text Example

White with #C9093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9093C; }

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

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

background-color css

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

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

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

border-color css

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

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

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