Html Css Color HEX #C90432 Crimson

📋 copy color: '#C90432'

red 201 ◦ green 4 ◦ blue 50

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

Shades of Crimson #C90432

Tints of Crimson #C90432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.61%

R = 78.82%
G = 1.57%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C90432 (or 0xC90432) is known color: Crimson. HEX triplet: C9, 04 and 32. RGB value is (201,4,50). Sum of RGB (Red+Green+Blue) = 201+4+50=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C90432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90432 is #36FBCD. Grayscale: #444444. Windows color (decimal): -3603406 or 3278025. OLE color: 3278025.

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

Color convert

RGB 201 4 50 -
CMYK 0 0.98 0.75 0.21
HSL 345.99º 0.96% 0.4% -
HSV(B) 345.99º 0.98% 0.79% -
XYZ 24.71 12.73 4.17 -
YUV 68.15 117.77 222.76 -
System Red Green Blue C M Y K H S L
Decimal 201 4 50 0 0.98 0.75 0.21 345.99 0.96 0.4
Hex C9 4 32 0 62 4B 15 15A 60 28
Octal 311 4 62 0 142 113 25 532 140 50
Binary 11001001 100 110010 0 1100010 1001011 10101 101011010 1100000 101000

Color Harmonies of #C90432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90432

Black with #C90432

Text Example


Text Example

White with #C90432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90432; }

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

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

background-color css

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

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

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

border-color css

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

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

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