Html Css Color HEX #C71A2E Cardinal

📋 copy color: '#C71A2E'

red 199 ◦ green 26 ◦ blue 46

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

Shades of Cardinal #C71A2E

Tints of Cardinal #C71A2E

RGB

 RED value IS 199 (78.13% from 255) = 73.43%

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

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

R = 73.43%
G = 9.59%
B = 16.97%

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

#C71A2E (or 0xC71A2E) is known color: Cardinal. HEX triplet: C7, 1A and 2E. RGB value is (199,26,46). Sum of RGB (Red+Green+Blue) = 199+26+46=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71A2E is #38E5D1. Grayscale: #505050. Windows color (decimal): -3728850 or 3021511. OLE color: 3021511.

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

Color convert

RGB 199 26 46 -
CMYK 0 0.87 0.77 0.22
HSL 353.06º 0.77% 0.44% -
HSV(B) 353.06º 0.87% 0.78% -
XYZ 24.42 13.08 3.82 -
YUV 80.01 108.81 212.87 -
System Red Green Blue C M Y K H S L
Decimal 199 26 46 0 0.87 0.77 0.22 353.06 0.77 0.44
Hex C7 1A 2E 0 57 4D 16 161 4D 2C
Octal 307 32 56 0 127 115 26 541 115 54
Binary 11000111 11010 101110 0 1010111 1001101 10110 101100001 1001101 101100

Color Harmonies of #C71A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71A2E

Black with #C71A2E

Text Example


Text Example

White with #C71A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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