Html Css Color HEX #C90431 Crimson

📋 copy color: '#C90431'

red 201 ◦ green 4 ◦ blue 49

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

Shades of Crimson #C90431

Tints of Crimson #C90431

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

 BLUE value IS 49 (19.53% from 255) = 19.29%

R = 79.13%
G = 1.57%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C90431 (or 0xC90431) is known color: Crimson. HEX triplet: C9, 04 and 31. RGB value is (201,4,49). Sum of RGB (Red+Green+Blue) = 201+4+49=254 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.13% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 201 - color contains mainly: red. Hex color #C90431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90431 is #36FBCE. Grayscale: #444444. Windows color (decimal): -3603407 or 3212489. OLE color: 3212489.

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

Color convert

RGB 201 4 49 -
CMYK 0 0.98 0.76 0.21
HSL 346.29º 0.96% 0.4% -
HSV(B) 346.29º 0.98% 0.79% -
XYZ 24.69 12.73 4.06 -
YUV 68.03 117.27 222.84 -
System Red Green Blue C M Y K H S L
Decimal 201 4 49 0 0.98 0.76 0.21 346.29 0.96 0.4
Hex C9 4 31 0 62 4C 15 15A 60 28
Octal 311 4 61 0 142 114 25 532 140 50
Binary 11001001 100 110001 0 1100010 1001100 10101 101011010 1100000 101000

Color Harmonies of #C90431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90431

Black with #C90431

Text Example


Text Example

White with #C90431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90431; }

 p { color: rgb(201,4,49); }

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

background-color css

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

 a { background-color: rgb(201,4,49); }

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

border-color css

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

 span { border-color: rgb(201,4,49); }

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