Html Css Color HEX #C71534 Cardinal

📋 copy color: '#C71534'

red 199 ◦ green 21 ◦ blue 52

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

Shades of Cardinal #C71534

Tints of Cardinal #C71534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.72%

 BLUE value IS 52 (20.7% from 255) = 19.12%

R = 73.16%
G = 7.72%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C71534 (or 0xC71534) is known color: Cardinal. HEX triplet: C7, 15 and 34. RGB value is (199,21,52). Sum of RGB (Red+Green+Blue) = 199+21+52=272 (36% of max value = 765). Red value is 199 (78.12% from 255 or 73.16% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 199 - color contains mainly: red. Hex color #C71534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71534 is #38EACB. Grayscale: #4D4D4D. Windows color (decimal): -3730124 or 3413447. OLE color: 3413447.

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

Color convert

RGB 199 21 52 -
CMYK 0 0.89 0.74 0.22
HSL 349.55º 0.81% 0.43% -
HSV(B) 349.55º 0.89% 0.78% -
XYZ 24.44 12.93 4.46 -
YUV 77.76 113.47 214.48 -
System Red Green Blue C M Y K H S L
Decimal 199 21 52 0 0.89 0.74 0.22 349.55 0.81 0.43
Hex C7 15 34 0 59 4A 16 15E 51 2B
Octal 307 25 64 0 131 112 26 536 121 53
Binary 11000111 10101 110100 0 1011001 1001010 10110 101011110 1010001 101011

Color Harmonies of #C71534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71534

Black with #C71534

Text Example


Text Example

White with #C71534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71534; }

 p { color: rgb(199,21,52); }

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

background-color css

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

 a { background-color: rgb(199,21,52); }

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

border-color css

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

 span { border-color: rgb(199,21,52); }

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