Html Css Color HEX #C71733 Cardinal

📋 copy color: '#C71733'

red 199 ◦ green 23 ◦ blue 51

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

Shades of Cardinal #C71733

Tints of Cardinal #C71733

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.42%

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

R = 72.89%
G = 8.42%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C71733 (or 0xC71733) is known color: Cardinal. HEX triplet: C7, 17 and 33. RGB value is (199,23,51). Sum of RGB (Red+Green+Blue) = 199+23+51=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C71733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71733 is #38E8CC. Grayscale: #4E4E4E. Windows color (decimal): -3729613 or 3348423. OLE color: 3348423.

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

Color convert

RGB 199 23 51 -
CMYK 0 0.88 0.74 0.22
HSL 350.45º 0.79% 0.44% -
HSV(B) 350.45º 0.88% 0.78% -
XYZ 24.46 12.99 4.35 -
YUV 78.82 112.31 213.72 -
System Red Green Blue C M Y K H S L
Decimal 199 23 51 0 0.88 0.74 0.22 350.45 0.79 0.44
Hex C7 17 33 0 58 4A 16 15E 4F 2C
Octal 307 27 63 0 130 112 26 536 117 54
Binary 11000111 10111 110011 0 1011000 1001010 10110 101011110 1001111 101100

Color Harmonies of #C71733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71733

Black with #C71733

Text Example


Text Example

White with #C71733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71733; }

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

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

background-color css

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

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

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

border-color css

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

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

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