Html Css Color HEX #C91A2F Cardinal

📋 copy color: '#C91A2F'

red 201 ◦ green 26 ◦ blue 47

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

Shades of Cardinal #C91A2F

Tints of Cardinal #C91A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.15%

R = 73.36%
G = 9.49%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C91A2F (or 0xC91A2F) is known color: Cardinal. HEX triplet: C9, 1A and 2F. RGB value is (201,26,47). Sum of RGB (Red+Green+Blue) = 201+26+47=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C91A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91A2F is #36E5D0. Grayscale: #505050. Windows color (decimal): -3597777 or 3087049. OLE color: 3087049.

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

Color convert

RGB 201 26 47 -
CMYK 0 0.87 0.77 0.21
HSL 352.8º 0.77% 0.45% -
HSV(B) 352.8º 0.87% 0.79% -
XYZ 24.97 13.36 3.95 -
YUV 80.72 108.98 213.79 -
System Red Green Blue C M Y K H S L
Decimal 201 26 47 0 0.87 0.77 0.21 352.8 0.77 0.45
Hex C9 1A 2F 0 57 4D 15 161 4D 2D
Octal 311 32 57 0 127 115 25 541 115 55
Binary 11001001 11010 101111 0 1010111 1001101 10101 101100001 1001101 101101

Color Harmonies of #C91A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91A2F

Black with #C91A2F

Text Example


Text Example

White with #C91A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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