Html Css Color HEX #C91331 Cardinal

📋 copy color: '#C91331'

red 201 ◦ green 19 ◦ blue 49

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

Shades of Cardinal #C91331

Tints of Cardinal #C91331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.06%

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

R = 74.72%
G = 7.06%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C91331 (or 0xC91331) is known color: Cardinal. HEX triplet: C9, 13 and 31. RGB value is (201,19,49). Sum of RGB (Red+Green+Blue) = 201+19+49=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C91331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91331 is #36ECCE. Grayscale: #4C4C4C. Windows color (decimal): -3599567 or 3216329. OLE color: 3216329.

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

Color convert

RGB 201 19 49 -
CMYK 0 0.91 0.76 0.21
HSL 350.11º 0.83% 0.43% -
HSV(B) 350.11º 0.91% 0.79% -
XYZ 24.87 13.11 4.12 -
YUV 76.84 112.3 216.56 -
System Red Green Blue C M Y K H S L
Decimal 201 19 49 0 0.91 0.76 0.21 350.11 0.83 0.43
Hex C9 13 31 0 5B 4C 15 15E 53 2B
Octal 311 23 61 0 133 114 25 536 123 53
Binary 11001001 10011 110001 0 1011011 1001100 10101 101011110 1010011 101011

Color Harmonies of #C91331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91331

Black with #C91331

Text Example


Text Example

White with #C91331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91331; }

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

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

background-color css

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

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

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

border-color css

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

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

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