Html Css Color HEX #C90831 Cardinal

📋 copy color: '#C90831'

red 201 ◦ green 8 ◦ blue 49

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

Shades of Cardinal #C90831

Tints of Cardinal #C90831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.1%

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

R = 77.91%
G = 3.1%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C90831 (or 0xC90831) is known color: Cardinal. HEX triplet: C9, 08 and 31. RGB value is (201,8,49). Sum of RGB (Red+Green+Blue) = 201+8+49=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C90831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90831 is #36F7CE. Grayscale: #464646. Windows color (decimal): -3602383 or 3213513. OLE color: 3213513.

HSL color Cylindrical-coordinate representation of color #C90831: hue angle of 347.25º degrees, saturation: 0.92, 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 #C90831 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 8 49 -
CMYK 0 0.96 0.76 0.21
HSL 347.25º 0.92% 0.41% -
HSV(B) 347.25º 0.96% 0.79% -
XYZ 24.73 12.81 4.08 -
YUV 70.38 115.94 221.17 -
System Red Green Blue C M Y K H S L
Decimal 201 8 49 0 0.96 0.76 0.21 347.25 0.92 0.41
Hex C9 8 31 0 60 4C 15 15B 5C 29
Octal 311 10 61 0 140 114 25 533 134 51
Binary 11001001 1000 110001 0 1100000 1001100 10101 101011011 1011100 101001

Color Harmonies of #C90831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90831

Black with #C90831

Text Example


Text Example

White with #C90831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90831; }

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

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

background-color css

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

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

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

border-color css

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

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

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