Html Css Color HEX #C91B3A Cardinal

📋 copy color: '#C91B3A'

red 201 ◦ green 27 ◦ blue 58

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

Shades of Cardinal #C91B3A

Tints of Cardinal #C91B3A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.44%

 BLUE value IS 58 (23.05% from 255) = 20.28%

R = 70.28%
G = 9.44%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C91B3A (or 0xC91B3A) is known color: Cardinal. HEX triplet: C9, 1B and 3A. RGB value is (201,27,58). Sum of RGB (Red+Green+Blue) = 201+27+58=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91B3A is #36E4C5. Grayscale: #525252. Windows color (decimal): -3597510 or 3808201. OLE color: 3808201.

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

Color convert

RGB 201 27 58 -
CMYK 0 0.87 0.71 0.21
HSL 349.31º 0.76% 0.45% -
HSV(B) 349.31º 0.87% 0.79% -
XYZ 25.24 13.51 5.28 -
YUV 82.56 114.15 212.48 -
System Red Green Blue C M Y K H S L
Decimal 201 27 58 0 0.87 0.71 0.21 349.31 0.76 0.45
Hex C9 1B 3A 0 57 47 15 15D 4C 2D
Octal 311 33 72 0 127 107 25 535 114 55
Binary 11001001 11011 111010 0 1010111 1000111 10101 101011101 1001100 101101

Color Harmonies of #C91B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91B3A

Black with #C91B3A

Text Example


Text Example

White with #C91B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91B3A; }

 p { color: rgb(201,27,58); }

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

background-color css

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

 a { background-color: rgb(201,27,58); }

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

border-color css

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

 span { border-color: rgb(201,27,58); }

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