Html Css Color HEX #C90848 Crimson

📋 copy color: '#C90848'

red 201 ◦ green 8 ◦ blue 72

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

Shades of Crimson #C90848

Tints of Crimson #C90848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.85%

 BLUE value IS 72 (28.52% from 255) = 25.62%

R = 71.53%
G = 2.85%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C90848 (or 0xC90848) is known color: Crimson. HEX triplet: C9, 08 and 48. RGB value is (201,8,72). Sum of RGB (Red+Green+Blue) = 201+8+72=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C90848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90848 is #36F7B7. Grayscale: #484848. Windows color (decimal): -3602360 or 4720841. OLE color: 4720841.

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

Color convert

RGB 201 8 72 -
CMYK 0 0.96 0.64 0.21
HSL 340.1º 0.92% 0.41% -
HSV(B) 340.1º 0.96% 0.79% -
XYZ 25.34 13.06 7.32 -
YUV 73 127.44 219.3 -
System Red Green Blue C M Y K H S L
Decimal 201 8 72 0 0.96 0.64 0.21 340.1 0.92 0.41
Hex C9 8 48 0 60 40 15 154 5C 29
Octal 311 10 110 0 140 100 25 524 134 51
Binary 11001001 1000 1001000 0 1100000 1000000 10101 101010100 1011100 101001

Color Harmonies of #C90848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90848

Black with #C90848

Text Example


Text Example

White with #C90848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90848; }

 p { color: rgb(201,8,72); }

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

background-color css

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

 a { background-color: rgb(201,8,72); }

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

border-color css

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

 span { border-color: rgb(201,8,72); }

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