Html Css Color HEX #C91E40 Cardinal

📋 copy color: '#C91E40'

red 201 ◦ green 30 ◦ blue 64

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

Shades of Cardinal #C91E40

Tints of Cardinal #C91E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.17%

 BLUE value IS 64 (25.39% from 255) = 21.69%

R = 68.14%
G = 10.17%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C91E40 (or 0xC91E40) is known color: Cardinal. HEX triplet: C9, 1E and 40. RGB value is (201,30,64). Sum of RGB (Red+Green+Blue) = 201+30+64=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91E40 is #36E1BF. Grayscale: #555555. Windows color (decimal): -3596736 or 4202185. OLE color: 4202185.

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

Color convert

RGB 201 30 64 -
CMYK 0 0.85 0.68 0.21
HSL 348.07º 0.74% 0.45% -
HSV(B) 348.07º 0.85% 0.79% -
XYZ 25.48 13.72 6.16 -
YUV 85.01 116.15 210.74 -
System Red Green Blue C M Y K H S L
Decimal 201 30 64 0 0.85 0.68 0.21 348.07 0.74 0.45
Hex C9 1E 40 0 55 44 15 15C 4A 2D
Octal 311 36 100 0 125 104 25 534 112 55
Binary 11001001 11110 1000000 0 1010101 1000100 10101 101011100 1001010 101101

Color Harmonies of #C91E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91E40

Black with #C91E40

Text Example


Text Example

White with #C91E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91E40; }

 p { color: rgb(201,30,64); }

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

background-color css

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

 a { background-color: rgb(201,30,64); }

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

border-color css

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

 span { border-color: rgb(201,30,64); }

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