Html Css Color HEX #C91F45 Cardinal

📋 copy color: '#C91F45'

red 201 ◦ green 31 ◦ blue 69

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

Shades of Cardinal #C91F45

Tints of Cardinal #C91F45

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.3%

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

R = 66.78%
G = 10.3%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C91F45 (or 0xC91F45) is known color: Cardinal. HEX triplet: C9, 1F and 45. RGB value is (201,31,69). Sum of RGB (Red+Green+Blue) = 201+31+69=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C91F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91F45 is #36E0BA. Grayscale: #565656. Windows color (decimal): -3596475 or 4530121. OLE color: 4530121.

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

Color convert

RGB 201 31 69 -
CMYK 0 0.85 0.66 0.21
HSL 346.59º 0.73% 0.45% -
HSV(B) 346.59º 0.85% 0.79% -
XYZ 25.65 13.83 6.95 -
YUV 86.16 118.32 209.91 -
System Red Green Blue C M Y K H S L
Decimal 201 31 69 0 0.85 0.66 0.21 346.59 0.73 0.45
Hex C9 1F 45 0 55 42 15 15B 49 2D
Octal 311 37 105 0 125 102 25 533 111 55
Binary 11001001 11111 1000101 0 1010101 1000010 10101 101011011 1001001 101101

Color Harmonies of #C91F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91F45

Black with #C91F45

Text Example


Text Example

White with #C91F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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