Html Css Color HEX #C71835 Cardinal

📋 copy color: '#C71835'

red 199 ◦ green 24 ◦ blue 53

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

Shades of Cardinal #C71835

Tints of Cardinal #C71835

RGB

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

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

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

R = 72.1%
G = 8.7%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C71835 (or 0xC71835) is known color: Cardinal. HEX triplet: C7, 18 and 35. RGB value is (199,24,53). Sum of RGB (Red+Green+Blue) = 199+24+53=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C71835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71835 is #38E7CA. Grayscale: #4F4F4F. Windows color (decimal): -3729355 or 3479751. OLE color: 3479751.

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

Color convert

RGB 199 24 53 -
CMYK 0 0.88 0.73 0.22
HSL 350.06º 0.78% 0.44% -
HSV(B) 350.06º 0.88% 0.78% -
XYZ 24.52 13.05 4.6 -
YUV 79.63 112.98 213.14 -
System Red Green Blue C M Y K H S L
Decimal 199 24 53 0 0.88 0.73 0.22 350.06 0.78 0.44
Hex C7 18 35 0 58 49 16 15E 4E 2C
Octal 307 30 65 0 130 111 26 536 116 54
Binary 11000111 11000 110101 0 1011000 1001001 10110 101011110 1001110 101100

Color Harmonies of #C71835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71835

Black with #C71835

Text Example


Text Example

White with #C71835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71835; }

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

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

background-color css

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

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

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

border-color css

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

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

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