Html Css Color HEX #C90932 Cardinal

📋 copy color: '#C90932'

red 201 ◦ green 9 ◦ blue 50

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

Shades of Cardinal #C90932

Tints of Cardinal #C90932

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.46%

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

R = 77.31%
G = 3.46%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C90932 (or 0xC90932) is known color: Cardinal. HEX triplet: C9, 09 and 32. RGB value is (201,9,50). Sum of RGB (Red+Green+Blue) = 201+9+50=260 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.31% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 201 - color contains mainly: red. Hex color #C90932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90932 is #36F6CD. Grayscale: #474747. Windows color (decimal): -3602126 or 3279305. OLE color: 3279305.

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

Color convert

RGB 201 9 50 -
CMYK 0 0.96 0.75 0.21
HSL 347.19º 0.91% 0.41% -
HSV(B) 347.19º 0.96% 0.79% -
XYZ 24.76 12.84 4.19 -
YUV 71.08 116.11 220.67 -
System Red Green Blue C M Y K H S L
Decimal 201 9 50 0 0.96 0.75 0.21 347.19 0.91 0.41
Hex C9 9 32 0 60 4B 15 15B 5B 29
Octal 311 11 62 0 140 113 25 533 133 51
Binary 11001001 1001 110010 0 1100000 1001011 10101 101011011 1011011 101001

Color Harmonies of #C90932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90932

Black with #C90932

Text Example


Text Example

White with #C90932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90932; }

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

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

background-color css

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

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

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

border-color css

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

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

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