Html Css Color HEX #C90248 Crimson

📋 copy color: '#C90248'

red 201 ◦ green 2 ◦ blue 72

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

Shades of Crimson #C90248

Tints of Crimson #C90248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 73.09%
G = 0.73%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C90248 (or 0xC90248) is known color: Crimson. HEX triplet: C9, 02 and 48. RGB value is (201,2,72). Sum of RGB (Red+Green+Blue) = 201+2+72=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C90248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90248 is #36FDB7. Grayscale: #454545. Windows color (decimal): -3603896 or 4719305. OLE color: 4719305.

HSL color Cylindrical-coordinate representation of color #C90248: hue angle of 338.89º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90248 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 2 72 -
CMYK 0 0.99 0.64 0.21
HSL 338.89º 0.98% 0.4% -
HSV(B) 338.89º 0.99% 0.79% -
XYZ 25.28 12.93 7.29 -
YUV 69.48 129.43 221.81 -
System Red Green Blue C M Y K H S L
Decimal 201 2 72 0 0.99 0.64 0.21 338.89 0.98 0.4
Hex C9 2 48 0 63 40 15 153 62 28
Octal 311 2 110 0 143 100 25 523 142 50
Binary 11001001 10 1001000 0 1100011 1000000 10101 101010011 1100010 101000

Color Harmonies of #C90248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90248

Black with #C90248

Text Example


Text Example

White with #C90248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90248; }

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

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

background-color css

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

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

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

border-color css

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

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

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