Html Css Color HEX #C71933 Cardinal

📋 copy color: '#C71933'

red 199 ◦ green 25 ◦ blue 51

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

Shades of Cardinal #C71933

Tints of Cardinal #C71933

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.09%

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

R = 72.36%
G = 9.09%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C71933 (or 0xC71933) is known color: Cardinal. HEX triplet: C7, 19 and 33. RGB value is (199,25,51). Sum of RGB (Red+Green+Blue) = 199+25+51=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C71933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71933 is #38E6CC. Grayscale: #505050. Windows color (decimal): -3729101 or 3348935. OLE color: 3348935.

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

Color convert

RGB 199 25 51 -
CMYK 0 0.87 0.74 0.22
HSL 351.03º 0.78% 0.44% -
HSV(B) 351.03º 0.87% 0.78% -
XYZ 24.5 13.08 4.36 -
YUV 79.99 111.65 212.89 -
System Red Green Blue C M Y K H S L
Decimal 199 25 51 0 0.87 0.74 0.22 351.03 0.78 0.44
Hex C7 19 33 0 57 4A 16 15F 4E 2C
Octal 307 31 63 0 127 112 26 537 116 54
Binary 11000111 11001 110011 0 1010111 1001010 10110 101011111 1001110 101100

Color Harmonies of #C71933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71933

Black with #C71933

Text Example


Text Example

White with #C71933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71933; }

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

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

background-color css

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

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

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

border-color css

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

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

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