Html Css Color HEX #C90435 Crimson

📋 copy color: '#C90435'

red 201 ◦ green 4 ◦ blue 53

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

Shades of Crimson #C90435

Tints of Crimson #C90435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.54%

R = 77.91%
G = 1.55%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C90435 (or 0xC90435) is known color: Crimson. HEX triplet: C9, 04 and 35. RGB value is (201,4,53). Sum of RGB (Red+Green+Blue) = 201+4+53=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C90435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90435 is #36FBCA. Grayscale: #444444. Windows color (decimal): -3603403 or 3474633. OLE color: 3474633.

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

Color convert

RGB 201 4 53 -
CMYK 0 0.98 0.74 0.21
HSL 345.08º 0.96% 0.4% -
HSV(B) 345.08º 0.98% 0.79% -
XYZ 24.77 12.76 4.53 -
YUV 68.49 119.27 222.52 -
System Red Green Blue C M Y K H S L
Decimal 201 4 53 0 0.98 0.74 0.21 345.08 0.96 0.4
Hex C9 4 35 0 62 4A 15 159 60 28
Octal 311 4 65 0 142 112 25 531 140 50
Binary 11001001 100 110101 0 1100010 1001010 10101 101011001 1100000 101000

Color Harmonies of #C90435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90435

Black with #C90435

Text Example


Text Example

White with #C90435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90435; }

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

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

background-color css

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

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

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

border-color css

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

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

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