Html Css Color HEX #C81A46 Cardinal

📋 copy color: '#C81A46'

red 200 ◦ green 26 ◦ blue 70

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

Shades of Cardinal #C81A46

Tints of Cardinal #C81A46

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.78%

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

R = 67.57%
G = 8.78%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C81A46 (or 0xC81A46) is known color: Cardinal. HEX triplet: C8, 1A and 46. RGB value is (200,26,70). Sum of RGB (Red+Green+Blue) = 200+26+70=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81A46 is #37E5B9. Grayscale: #535353. Windows color (decimal): -3663290 or 4594376. OLE color: 4594376.

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

Color convert

RGB 200 26 70 -
CMYK 0 0.87 0.65 0.22
HSL 344.83º 0.77% 0.44% -
HSV(B) 344.83º 0.87% 0.78% -
XYZ 25.29 13.46 7.06 -
YUV 83.04 120.65 211.42 -
System Red Green Blue C M Y K H S L
Decimal 200 26 70 0 0.87 0.65 0.22 344.83 0.77 0.44
Hex C8 1A 46 0 57 41 16 159 4D 2C
Octal 310 32 106 0 127 101 26 531 115 54
Binary 11001000 11010 1000110 0 1010111 1000001 10110 101011001 1001101 101100

Color Harmonies of #C81A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81A46

Black with #C81A46

Text Example


Text Example

White with #C81A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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