Html Css Color HEX #C71035 Cardinal

📋 copy color: '#C71035'

red 199 ◦ green 16 ◦ blue 53

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

Shades of Cardinal #C71035

Tints of Cardinal #C71035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.78%

R = 74.25%
G = 5.97%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C71035 (or 0xC71035) is known color: Cardinal. HEX triplet: C7, 10 and 35. RGB value is (199,16,53). Sum of RGB (Red+Green+Blue) = 199+16+53=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C71035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71035 is #38EFCA. Grayscale: #4A4A4A. Windows color (decimal): -3731403 or 3477703. OLE color: 3477703.

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

Color convert

RGB 199 16 53 -
CMYK 0 0.92 0.73 0.22
HSL 347.87º 0.85% 0.42% -
HSV(B) 347.87º 0.92% 0.78% -
XYZ 24.38 12.77 4.55 -
YUV 74.94 115.63 216.49 -
System Red Green Blue C M Y K H S L
Decimal 199 16 53 0 0.92 0.73 0.22 347.87 0.85 0.42
Hex C7 10 35 0 5C 49 16 15C 55 2A
Octal 307 20 65 0 134 111 26 534 125 52
Binary 11000111 10000 110101 0 1011100 1001001 10110 101011100 1010101 101010

Color Harmonies of #C71035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71035

Black with #C71035

Text Example


Text Example

White with #C71035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71035; }

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

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

background-color css

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

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

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

border-color css

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

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

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