Html Css Color HEX #C9093B Crimson

📋 copy color: '#C9093B'

red 201 ◦ green 9 ◦ blue 59

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

Shades of Crimson #C9093B

Tints of Crimson #C9093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.93%

R = 74.72%
G = 3.35%
B = 21.93%

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

#C9093B (or 0xC9093B) is known color: Crimson. HEX triplet: C9, 09 and 3B. RGB value is (201,9,59). Sum of RGB (Red+Green+Blue) = 201+9+59=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C9093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9093B is #36F6C4. Grayscale: #484848. Windows color (decimal): -3602117 or 3869129. OLE color: 3869129.

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

Color convert

RGB 201 9 59 -
CMYK 0 0.96 0.71 0.21
HSL 344.38º 0.91% 0.41% -
HSV(B) 344.38º 0.96% 0.79% -
XYZ 24.97 12.93 5.32 -
YUV 72.11 120.61 219.93 -
System Red Green Blue C M Y K H S L
Decimal 201 9 59 0 0.96 0.71 0.21 344.38 0.91 0.41
Hex C9 9 3B 0 60 47 15 158 5B 29
Octal 311 11 73 0 140 107 25 530 133 51
Binary 11001001 1001 111011 0 1100000 1000111 10101 101011000 1011011 101001

Color Harmonies of #C9093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9093B

Black with #C9093B

Text Example


Text Example

White with #C9093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9093B; }

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

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

background-color css

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

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

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

border-color css

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

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

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