Html Css Color HEX #C9094A Crimson

📋 copy color: '#C9094A'

red 201 ◦ green 9 ◦ blue 74

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

Shades of Crimson #C9094A

Tints of Crimson #C9094A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.06%

R = 70.77%
G = 3.17%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9094A (or 0xC9094A) is known color: Crimson. HEX triplet: C9, 09 and 4A. RGB value is (201,9,74). Sum of RGB (Red+Green+Blue) = 201+9+74=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C9094A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9094A is #36F6B5. Grayscale: #494949. Windows color (decimal): -3602102 or 4852169. OLE color: 4852169.

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

Color convert

RGB 201 9 74 -
CMYK 0 0.96 0.63 0.21
HSL 339.69º 0.91% 0.41% -
HSV(B) 339.69º 0.96% 0.79% -
XYZ 25.42 13.11 7.67 -
YUV 73.82 128.11 218.71 -
System Red Green Blue C M Y K H S L
Decimal 201 9 74 0 0.96 0.63 0.21 339.69 0.91 0.41
Hex C9 9 4A 0 60 3F 15 154 5B 29
Octal 311 11 112 0 140 77 25 524 133 51
Binary 11001001 1001 1001010 0 1100000 111111 10101 101010100 1011011 101001

Color Harmonies of #C9094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9094A

Black with #C9094A

Text Example


Text Example

White with #C9094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9094A; }

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

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

background-color css

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

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

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

border-color css

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

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

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