Html Css Color HEX #C81A3A Cardinal

📋 copy color: '#C81A3A'

red 200 ◦ green 26 ◦ blue 58

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

Shades of Cardinal #C81A3A

Tints of Cardinal #C81A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.42%

R = 70.42%
G = 9.15%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C81A3A (or 0xC81A3A) is known color: Cardinal. HEX triplet: C8, 1A and 3A. RGB value is (200,26,58). Sum of RGB (Red+Green+Blue) = 200+26+58=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81A3A is #37E5C5. Grayscale: #515151. Windows color (decimal): -3663302 or 3807944. OLE color: 3807944.

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

Color convert

RGB 200 26 58 -
CMYK 0 0.87 0.71 0.22
HSL 348.97º 0.77% 0.44% -
HSV(B) 348.97º 0.87% 0.78% -
XYZ 24.95 13.32 5.26 -
YUV 81.67 114.65 212.4 -
System Red Green Blue C M Y K H S L
Decimal 200 26 58 0 0.87 0.71 0.22 348.97 0.77 0.44
Hex C8 1A 3A 0 57 47 16 15D 4D 2C
Octal 310 32 72 0 127 107 26 535 115 54
Binary 11001000 11010 111010 0 1010111 1000111 10110 101011101 1001101 101100

Color Harmonies of #C81A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81A3A

Black with #C81A3A

Text Example


Text Example

White with #C81A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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