Html Css Color HEX #C71533 Cardinal

📋 copy color: '#C71533'

red 199 ◦ green 21 ◦ blue 51

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

Shades of Cardinal #C71533

Tints of Cardinal #C71533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.82%

R = 73.43%
G = 7.75%
B = 18.82%

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

#C71533 (or 0xC71533) is known color: Cardinal. HEX triplet: C7, 15 and 33. RGB value is (199,21,51). Sum of RGB (Red+Green+Blue) = 199+21+51=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C71533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71533 is #38EACC. Grayscale: #4D4D4D. Windows color (decimal): -3730125 or 3347911. OLE color: 3347911.

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

Color convert

RGB 199 21 51 -
CMYK 0 0.89 0.74 0.22
HSL 349.89º 0.81% 0.43% -
HSV(B) 349.89º 0.89% 0.78% -
XYZ 24.42 12.92 4.34 -
YUV 77.64 112.97 214.56 -
System Red Green Blue C M Y K H S L
Decimal 199 21 51 0 0.89 0.74 0.22 349.89 0.81 0.43
Hex C7 15 33 0 59 4A 16 15E 51 2B
Octal 307 25 63 0 131 112 26 536 121 53
Binary 11000111 10101 110011 0 1011001 1001010 10110 101011110 1010001 101011

Color Harmonies of #C71533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71533

Black with #C71533

Text Example


Text Example

White with #C71533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71533; }

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

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

background-color css

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

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

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

border-color css

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

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

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