Html Css Color HEX #C9094B Crimson

📋 copy color: '#C9094B'

red 201 ◦ green 9 ◦ blue 75

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

Shades of Crimson #C9094B

Tints of Crimson #C9094B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.32%

R = 70.53%
G = 3.16%
B = 26.32%

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

#C9094B (or 0xC9094B) is known color: Crimson. HEX triplet: C9, 09 and 4B. RGB value is (201,9,75). Sum of RGB (Red+Green+Blue) = 201+9+75=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C9094B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9094B is #36F6B4. Grayscale: #494949. Windows color (decimal): -3602101 or 4917705. OLE color: 4917705.

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

Color convert

RGB 201 9 75 -
CMYK 0 0.96 0.63 0.21
HSL 339.38º 0.91% 0.41% -
HSV(B) 339.38º 0.96% 0.79% -
XYZ 25.46 13.12 7.85 -
YUV 73.93 128.61 218.63 -
System Red Green Blue C M Y K H S L
Decimal 201 9 75 0 0.96 0.63 0.21 339.38 0.91 0.41
Hex C9 9 4B 0 60 3F 15 153 5B 29
Octal 311 11 113 0 140 77 25 523 133 51
Binary 11001001 1001 1001011 0 1100000 111111 10101 101010011 1011011 101001

Color Harmonies of #C9094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9094B

Black with #C9094B

Text Example


Text Example

White with #C9094B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9094B; }

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

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

background-color css

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

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

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

border-color css

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

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

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