Html Css Color HEX #C91A3E Cardinal

📋 copy color: '#C91A3E'

red 201 ◦ green 26 ◦ blue 62

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

Shades of Cardinal #C91A3E

Tints of Cardinal #C91A3E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9%

 BLUE value IS 62 (24.61% from 255) = 21.45%

R = 69.55%
G = 9%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C91A3E (or 0xC91A3E) is known color: Cardinal. HEX triplet: C9, 1A and 3E. RGB value is (201,26,62). Sum of RGB (Red+Green+Blue) = 201+26+62=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C91A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91A3E is #36E5C1. Grayscale: #525252. Windows color (decimal): -3597762 or 4070089. OLE color: 4070089.

HSL color Cylindrical-coordinate representation of color #C91A3E: hue angle of 347.66º degrees, saturation: 0.77, 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 #C91A3E is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 26 62 -
CMYK 0 0.87 0.69 0.21
HSL 347.66º 0.77% 0.45% -
HSV(B) 347.66º 0.87% 0.79% -
XYZ 25.33 13.5 5.83 -
YUV 82.43 116.48 212.57 -
System Red Green Blue C M Y K H S L
Decimal 201 26 62 0 0.87 0.69 0.21 347.66 0.77 0.45
Hex C9 1A 3E 0 57 45 15 15C 4D 2D
Octal 311 32 76 0 127 105 25 534 115 55
Binary 11001001 11010 111110 0 1010111 1000101 10101 101011100 1001101 101101

Color Harmonies of #C91A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91A3E

Black with #C91A3E

Text Example


Text Example

White with #C91A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91A3E; }

 p { color: rgb(201,26,62); }

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

background-color css

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

 a { background-color: rgb(201,26,62); }

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

border-color css

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

 span { border-color: rgb(201,26,62); }

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