Html Css Color HEX #C71034 Cardinal

📋 copy color: '#C71034'

red 199 ◦ green 16 ◦ blue 52

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

Shades of Cardinal #C71034

Tints of Cardinal #C71034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.99%

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

R = 74.53%
G = 5.99%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C71034 (or 0xC71034) is known color: Cardinal. HEX triplet: C7, 10 and 34. RGB value is (199,16,52). Sum of RGB (Red+Green+Blue) = 199+16+52=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C71034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71034 is #38EFCB. Grayscale: #4A4A4A. Windows color (decimal): -3731404 or 3412167. OLE color: 3412167.

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

Color convert

RGB 199 16 52 -
CMYK 0 0.92 0.74 0.22
HSL 348.2º 0.85% 0.42% -
HSV(B) 348.2º 0.92% 0.78% -
XYZ 24.36 12.76 4.43 -
YUV 74.82 115.13 216.57 -
System Red Green Blue C M Y K H S L
Decimal 199 16 52 0 0.92 0.74 0.22 348.2 0.85 0.42
Hex C7 10 34 0 5C 4A 16 15C 55 2A
Octal 307 20 64 0 134 112 26 534 125 52
Binary 11000111 10000 110100 0 1011100 1001010 10110 101011100 1010101 101010

Color Harmonies of #C71034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71034

Black with #C71034

Text Example


Text Example

White with #C71034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71034; }

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

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

background-color css

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

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

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

border-color css

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

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

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