Html Css Color HEX #C91B45 Cardinal

📋 copy color: '#C91B45'

red 201 ◦ green 27 ◦ blue 69

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

Shades of Cardinal #C91B45

Tints of Cardinal #C91B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.23%

R = 67.68%
G = 9.09%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C91B45 (or 0xC91B45) is known color: Cardinal. HEX triplet: C9, 1B and 45. RGB value is (201,27,69). Sum of RGB (Red+Green+Blue) = 201+27+69=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91B45 is #36E4BA. Grayscale: #535353. Windows color (decimal): -3597499 or 4529097. OLE color: 4529097.

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

Color convert

RGB 201 27 69 -
CMYK 0 0.87 0.66 0.21
HSL 345.52º 0.76% 0.45% -
HSV(B) 345.52º 0.87% 0.79% -
XYZ 25.55 13.63 6.91 -
YUV 83.81 119.65 211.58 -
System Red Green Blue C M Y K H S L
Decimal 201 27 69 0 0.87 0.66 0.21 345.52 0.76 0.45
Hex C9 1B 45 0 57 42 15 15A 4C 2D
Octal 311 33 105 0 127 102 25 532 114 55
Binary 11001001 11011 1000101 0 1010111 1000010 10101 101011010 1001100 101101

Color Harmonies of #C91B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91B45

Black with #C91B45

Text Example


Text Example

White with #C91B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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