Html Css Color HEX #C81A3E Cardinal

📋 copy color: '#C81A3E'

red 200 ◦ green 26 ◦ blue 62

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

Shades of Cardinal #C81A3E

Tints of Cardinal #C81A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.53%

R = 69.44%
G = 9.03%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C81A3E (or 0xC81A3E) is known color: Cardinal. HEX triplet: C8, 1A and 3E. RGB value is (200,26,62). Sum of RGB (Red+Green+Blue) = 200+26+62=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81A3E is #37E5C1. Grayscale: #525252. Windows color (decimal): -3663298 or 4070088. OLE color: 4070088.

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

Color convert

RGB 200 26 62 -
CMYK 0 0.87 0.69 0.22
HSL 347.59º 0.77% 0.44% -
HSV(B) 347.59º 0.87% 0.78% -
XYZ 25.06 13.37 5.82 -
YUV 82.13 116.65 212.07 -
System Red Green Blue C M Y K H S L
Decimal 200 26 62 0 0.87 0.69 0.22 347.59 0.77 0.44
Hex C8 1A 3E 0 57 45 16 15C 4D 2C
Octal 310 32 76 0 127 105 26 534 115 54
Binary 11001000 11010 111110 0 1010111 1000101 10110 101011100 1001101 101100

Color Harmonies of #C81A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81A3E

Black with #C81A3E

Text Example


Text Example

White with #C81A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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