Html Css Color HEX #C90038 Crimson

📋 copy color: '#C90038'

red 201 ◦ green 0 ◦ blue 56

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

Shades of Crimson #C90038

Tints of Crimson #C90038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 56 (22.27% from 255) = 21.79%

R = 78.21%
G = 0%
B = 21.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C90038 (or 0xC90038) is known color: Crimson. HEX triplet: C9, 00 and 38. RGB value is (201,0,56). Sum of RGB (Red+Green+Blue) = 201+0+56=257 (34% of max value = 765). Red value is 201 (78.91% from 255 or 78.21% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 201 - color contains mainly: red. Hex color #C90038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90038 is #36FFC7. Grayscale: #424242. Windows color (decimal): -3604424 or 3670217. OLE color: 3670217.

HSL color Cylindrical-coordinate representation of color #C90038: hue angle of 343.28º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90038 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 0 56 -
CMYK 0 1 0.72 0.21
HSL 343.28º 1% 0.39% -
HSV(B) 343.28º 1% 0.79% -
XYZ 24.8 12.7 4.89 -
YUV 66.48 122.09 223.95 -
System Red Green Blue C M Y K H S L
Decimal 201 0 56 0 1 0.72 0.21 343.28 1 0.39
Hex C9 0 38 0 64 48 15 157 64 27
Octal 311 0 70 0 144 110 25 527 144 47
Binary 11001001 0 111000 0 1100100 1001000 10101 101010111 1100100 100111

Color Harmonies of #C90038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90038

Black with #C90038

Text Example


Text Example

White with #C90038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90038; }

 p { color: rgb(201,0,56); }

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

background-color css

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

 a { background-color: rgb(201,0,56); }

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

border-color css

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

 span { border-color: rgb(201,0,56); }

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