Html Css Color HEX #C81946 Cardinal

📋 copy color: '#C81946'

red 200 ◦ green 25 ◦ blue 70

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

Shades of Cardinal #C81946

Tints of Cardinal #C81946

RGB

 RED value IS 200 (78.52% from 255) = 67.8%

 GREEN value IS 25 (10.16% from 255) = 8.47%

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

R = 67.8%
G = 8.47%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C81946 (or 0xC81946) is known color: Cardinal. HEX triplet: C8, 19 and 46. RGB value is (200,25,70). Sum of RGB (Red+Green+Blue) = 200+25+70=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C81946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81946 is #37E6B9. Grayscale: #525252. Windows color (decimal): -3663546 or 4594120. OLE color: 4594120.

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

Color convert

RGB 200 25 70 -
CMYK 0 0.88 0.65 0.22
HSL 344.57º 0.78% 0.44% -
HSV(B) 344.57º 0.88% 0.78% -
XYZ 25.27 13.42 7.05 -
YUV 82.46 120.98 211.84 -
System Red Green Blue C M Y K H S L
Decimal 200 25 70 0 0.88 0.65 0.22 344.57 0.78 0.44
Hex C8 19 46 0 58 41 16 159 4E 2C
Octal 310 31 106 0 130 101 26 531 116 54
Binary 11001000 11001 1000110 0 1011000 1000001 10110 101011001 1001110 101100

Color Harmonies of #C81946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81946

Black with #C81946

Text Example


Text Example

White with #C81946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81946; }

 p { color: rgb(200,25,70); }

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

background-color css

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

 a { background-color: rgb(200,25,70); }

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

border-color css

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

 span { border-color: rgb(200,25,70); }

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