Html Css Color HEX #C71833 Cardinal

📋 copy color: '#C71833'

red 199 ◦ green 24 ◦ blue 51

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

Shades of Cardinal #C71833

Tints of Cardinal #C71833

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

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

R = 72.63%
G = 8.76%
B = 18.61%

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

#C71833 (or 0xC71833) is known color: Cardinal. HEX triplet: C7, 18 and 33. RGB value is (199,24,51). Sum of RGB (Red+Green+Blue) = 199+24+51=274 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.63% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 199 - color contains mainly: red. Hex color #C71833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71833 is #38E7CC. Grayscale: #4F4F4F. Windows color (decimal): -3729357 or 3348679. OLE color: 3348679.

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

Color convert

RGB 199 24 51 -
CMYK 0 0.88 0.74 0.22
HSL 350.74º 0.78% 0.44% -
HSV(B) 350.74º 0.88% 0.78% -
XYZ 24.48 13.03 4.36 -
YUV 79.4 111.98 213.3 -
System Red Green Blue C M Y K H S L
Decimal 199 24 51 0 0.88 0.74 0.22 350.74 0.78 0.44
Hex C7 18 33 0 58 4A 16 15F 4E 2C
Octal 307 30 63 0 130 112 26 537 116 54
Binary 11000111 11000 110011 0 1011000 1001010 10110 101011111 1001110 101100

Color Harmonies of #C71833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71833

Black with #C71833

Text Example


Text Example

White with #C71833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71833; }

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

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

background-color css

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

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

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

border-color css

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

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

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