Html Css Color HEX #C71235 Cardinal

📋 copy color: '#C71235'

red 199 ◦ green 18 ◦ blue 53

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

Shades of Cardinal #C71235

Tints of Cardinal #C71235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.67%

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

R = 73.7%
G = 6.67%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C71235 (or 0xC71235) is known color: Cardinal. HEX triplet: C7, 12 and 35. RGB value is (199,18,53). Sum of RGB (Red+Green+Blue) = 199+18+53=270 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.70% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 199 - color contains mainly: red. Hex color #C71235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71235 is #38EDCA. Grayscale: #4C4C4C. Windows color (decimal): -3730891 or 3478215. OLE color: 3478215.

HSL color Cylindrical-coordinate representation of color #C71235: hue angle of 348.4º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71235 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 18 53 -
CMYK 0 0.91 0.73 0.22
HSL 348.4º 0.83% 0.43% -
HSV(B) 348.4º 0.91% 0.78% -
XYZ 24.41 12.83 4.56 -
YUV 76.11 114.97 215.65 -
System Red Green Blue C M Y K H S L
Decimal 199 18 53 0 0.91 0.73 0.22 348.4 0.83 0.43
Hex C7 12 35 0 5B 49 16 15C 53 2B
Octal 307 22 65 0 133 111 26 534 123 53
Binary 11000111 10010 110101 0 1011011 1001001 10110 101011100 1010011 101011

Color Harmonies of #C71235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71235

Black with #C71235

Text Example


Text Example

White with #C71235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71235; }

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

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

background-color css

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

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

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

border-color css

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

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

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