Html Css Color HEX #C90237 Crimson

📋 copy color: '#C90237'

red 201 ◦ green 2 ◦ blue 55

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

Shades of Crimson #C90237

Tints of Crimson #C90237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.32%

R = 77.91%
G = 0.78%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C90237 (or 0xC90237) is known color: Crimson. HEX triplet: C9, 02 and 37. RGB value is (201,2,55). Sum of RGB (Red+Green+Blue) = 201+2+55=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C90237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90237 is #36FDC8. Grayscale: #434343. Windows color (decimal): -3603913 or 3605193. OLE color: 3605193.

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

Color convert

RGB 201 2 55 -
CMYK 0 0.99 0.73 0.21
HSL 344.02º 0.98% 0.4% -
HSV(B) 344.02º 0.99% 0.79% -
XYZ 24.8 12.74 4.77 -
YUV 67.54 120.93 223.19 -
System Red Green Blue C M Y K H S L
Decimal 201 2 55 0 0.99 0.73 0.21 344.02 0.98 0.4
Hex C9 2 37 0 63 49 15 158 62 28
Octal 311 2 67 0 143 111 25 530 142 50
Binary 11001001 10 110111 0 1100011 1001001 10101 101011000 1100010 101000

Color Harmonies of #C90237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90237

Black with #C90237

Text Example


Text Example

White with #C90237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90237; }

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

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

background-color css

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

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

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

border-color css

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

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

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