Html Css Color HEX #C81E3A Cardinal

📋 copy color: '#C81E3A'

red 200 ◦ green 30 ◦ blue 58

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

Shades of Cardinal #C81E3A

Tints of Cardinal #C81E3A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.42%

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

R = 69.44%
G = 10.42%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C81E3A (or 0xC81E3A) is known color: Cardinal. HEX triplet: C8, 1E and 3A. RGB value is (200,30,58). Sum of RGB (Red+Green+Blue) = 200+30+58=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81E3A is #37E1C5. Grayscale: #545454. Windows color (decimal): -3662278 or 3808968. OLE color: 3808968.

HSL color Cylindrical-coordinate representation of color #C81E3A: hue angle of 350.12º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81E3A is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 30 58 -
CMYK 0 0.85 0.71 0.22
HSL 350.12º 0.74% 0.45% -
HSV(B) 350.12º 0.85% 0.78% -
XYZ 25.05 13.51 5.29 -
YUV 84.02 113.32 210.72 -
System Red Green Blue C M Y K H S L
Decimal 200 30 58 0 0.85 0.71 0.22 350.12 0.74 0.45
Hex C8 1E 3A 0 55 47 16 15E 4A 2D
Octal 310 36 72 0 125 107 26 536 112 55
Binary 11001000 11110 111010 0 1010101 1000111 10110 101011110 1001010 101101

Color Harmonies of #C81E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81E3A

Black with #C81E3A

Text Example


Text Example

White with #C81E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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