Html Css Color HEX #C81A2E Cardinal

📋 copy color: '#C81A2E'

red 200 ◦ green 26 ◦ blue 46

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

Shades of Cardinal #C81A2E

Tints of Cardinal #C81A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.91%

R = 73.53%
G = 9.56%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C81A2E (or 0xC81A2E) is known color: Cardinal. HEX triplet: C8, 1A and 2E. RGB value is (200,26,46). Sum of RGB (Red+Green+Blue) = 200+26+46=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81A2E is #37E5D1. Grayscale: #505050. Windows color (decimal): -3663314 or 3021512. OLE color: 3021512.

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

Color convert

RGB 200 26 46 -
CMYK 0 0.87 0.77 0.22
HSL 353.1º 0.77% 0.44% -
HSV(B) 353.1º 0.87% 0.78% -
XYZ 24.68 13.22 3.83 -
YUV 80.31 108.65 213.37 -
System Red Green Blue C M Y K H S L
Decimal 200 26 46 0 0.87 0.77 0.22 353.1 0.77 0.44
Hex C8 1A 2E 0 57 4D 16 161 4D 2C
Octal 310 32 56 0 127 115 26 541 115 54
Binary 11001000 11010 101110 0 1010111 1001101 10110 101100001 1001101 101100

Color Harmonies of #C81A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81A2E

Black with #C81A2E

Text Example


Text Example

White with #C81A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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