Html Css Color HEX #C51B3C Cardinal

📋 copy color: '#C51B3C'

red 197 ◦ green 27 ◦ blue 60

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

Shades of Cardinal #C51B3C

Tints of Cardinal #C51B3C

RGB

 RED value IS 197 (77.34% from 255) = 69.37%

 GREEN value IS 27 (10.94% from 255) = 9.51%

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

R = 69.37%
G = 9.51%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C51B3C (or 0xC51B3C) is known color: Cardinal. HEX triplet: C5, 1B and 3C. RGB value is (197,27,60). Sum of RGB (Red+Green+Blue) = 197+27+60=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51B3C is #3AE4C3. Grayscale: #515151. Windows color (decimal): -3859652 or 3939269. OLE color: 3939269.

HSL color Cylindrical-coordinate representation of color #C51B3C: hue angle of 348.35º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51B3C is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 27 60 -
CMYK 0 0.86 0.70 0.23
HSL 348.35º 0.76% 0.44% -
HSV(B) 348.35º 0.86% 0.77% -
XYZ 24.23 12.98 5.5 -
YUV 81.59 115.82 210.32 -
System Red Green Blue C M Y K H S L
Decimal 197 27 60 0 0.86 0.70 0.23 348.35 0.76 0.44
Hex C5 1B 3C 0 56 46 17 15C 4C 2C
Octal 305 33 74 0 126 106 27 534 114 54
Binary 11000101 11011 111100 0 1010110 1000110 10111 101011100 1001100 101100

Color Harmonies of #C51B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51B3C

Black with #C51B3C

Text Example


Text Example

White with #C51B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51B3C; }

 p { color: rgb(197,27,60); }

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

background-color css

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

 a { background-color: rgb(197,27,60); }

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

border-color css

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

 span { border-color: rgb(197,27,60); }

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