Html Css Color HEX #C9093A Crimson

📋 copy color: '#C9093A'

red 201 ◦ green 9 ◦ blue 58

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

Shades of Crimson #C9093A

Tints of Crimson #C9093A

RGB

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

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

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

R = 75%
G = 3.36%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9093A (or 0xC9093A) is known color: Crimson. HEX triplet: C9, 09 and 3A. RGB value is (201,9,58). Sum of RGB (Red+Green+Blue) = 201+9+58=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C9093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9093A is #36F6C5. Grayscale: #474747. Windows color (decimal): -3602118 or 3803593. OLE color: 3803593.

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

Color convert

RGB 201 9 58 -
CMYK 0 0.96 0.71 0.21
HSL 344.69º 0.91% 0.41% -
HSV(B) 344.69º 0.96% 0.79% -
XYZ 24.95 12.92 5.18 -
YUV 71.99 120.11 220.02 -
System Red Green Blue C M Y K H S L
Decimal 201 9 58 0 0.96 0.71 0.21 344.69 0.91 0.41
Hex C9 9 3A 0 60 47 15 159 5B 29
Octal 311 11 72 0 140 107 25 531 133 51
Binary 11001001 1001 111010 0 1100000 1000111 10101 101011001 1011011 101001

Color Harmonies of #C9093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9093A

Black with #C9093A

Text Example


Text Example

White with #C9093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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