Html Css Color HEX #C71C3C Cardinal

📋 copy color: '#C71C3C'

red 199 ◦ green 28 ◦ blue 60

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

Shades of Cardinal #C71C3C

Tints of Cardinal #C71C3C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.76%

 BLUE value IS 60 (23.83% from 255) = 20.91%

R = 69.34%
G = 9.76%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C71C3C (or 0xC71C3C) is known color: Cardinal. HEX triplet: C7, 1C and 3C. RGB value is (199,28,60). Sum of RGB (Red+Green+Blue) = 199+28+60=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C71C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71C3C is #38E3C3. Grayscale: #525252. Windows color (decimal): -3728324 or 3939527. OLE color: 3939527.

HSL color Cylindrical-coordinate representation of color #C71C3C: hue angle of 348.77º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71C3C is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 28 60 -
CMYK 0 0.86 0.70 0.22
HSL 348.77º 0.75% 0.45% -
HSV(B) 348.77º 0.86% 0.78% -
XYZ 24.78 13.3 5.54 -
YUV 82.78 115.15 210.9 -
System Red Green Blue C M Y K H S L
Decimal 199 28 60 0 0.86 0.70 0.22 348.77 0.75 0.45
Hex C7 1C 3C 0 56 46 16 15D 4B 2D
Octal 307 34 74 0 126 106 26 535 113 55
Binary 11000111 11100 111100 0 1010110 1000110 10110 101011101 1001011 101101

Color Harmonies of #C71C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71C3C

Black with #C71C3C

Text Example


Text Example

White with #C71C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71C3C; }

 p { color: rgb(199,28,60); }

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

background-color css

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

 a { background-color: rgb(199,28,60); }

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

border-color css

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

 span { border-color: rgb(199,28,60); }

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