Html Css Color HEX #C91846 Cardinal

📋 copy color: '#C91846'

red 201 ◦ green 24 ◦ blue 70

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

Shades of Cardinal #C91846

Tints of Cardinal #C91846

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.14%

 BLUE value IS 70 (27.73% from 255) = 23.73%

R = 68.14%
G = 8.14%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C91846 (or 0xC91846) is known color: Cardinal. HEX triplet: C9, 18 and 46. RGB value is (201,24,70). Sum of RGB (Red+Green+Blue) = 201+24+70=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C91846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91846 is #36E7B9. Grayscale: #525252. Windows color (decimal): -3598266 or 4593865. OLE color: 4593865.

HSL color Cylindrical-coordinate representation of color #C91846: hue angle of 344.41º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91846 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 24 70 -
CMYK 0 0.88 0.65 0.21
HSL 344.41º 0.79% 0.44% -
HSV(B) 344.41º 0.88% 0.79% -
XYZ 25.52 13.51 7.06 -
YUV 82.17 121.14 212.76 -
System Red Green Blue C M Y K H S L
Decimal 201 24 70 0 0.88 0.65 0.21 344.41 0.79 0.44
Hex C9 18 46 0 58 41 15 158 4F 2C
Octal 311 30 106 0 130 101 25 530 117 54
Binary 11001001 11000 1000110 0 1011000 1000001 10101 101011000 1001111 101100

Color Harmonies of #C91846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91846

Black with #C91846

Text Example


Text Example

White with #C91846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91846; }

 p { color: rgb(201,24,70); }

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

background-color css

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

 a { background-color: rgb(201,24,70); }

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

border-color css

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

 span { border-color: rgb(201,24,70); }

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