Html Css Color HEX #C51C4B Cardinal

📋 copy color: '#C51C4B'

red 197 ◦ green 28 ◦ blue 75

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

Shades of Cardinal #C51C4B

Tints of Cardinal #C51C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25%

R = 65.67%
G = 9.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C51C4B (or 0xC51C4B) is known color: Cardinal. HEX triplet: C5, 1C and 4B. RGB value is (197,28,75). Sum of RGB (Red+Green+Blue) = 197+28+75=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51C4B is #3AE3B4. Grayscale: #535353. Windows color (decimal): -3859381 or 4922565. OLE color: 4922565.

HSL color Cylindrical-coordinate representation of color #C51C4B: hue angle of 343.31º degrees, saturation: 0.75, 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 #C51C4B is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 28 75 -
CMYK 0 0.86 0.62 0.23
HSL 343.31º 0.75% 0.44% -
HSV(B) 343.31º 0.86% 0.77% -
XYZ 24.71 13.21 7.9 -
YUV 83.89 122.99 208.68 -
System Red Green Blue C M Y K H S L
Decimal 197 28 75 0 0.86 0.62 0.23 343.31 0.75 0.44
Hex C5 1C 4B 0 56 3E 17 157 4B 2C
Octal 305 34 113 0 126 76 27 527 113 54
Binary 11000101 11100 1001011 0 1010110 111110 10111 101010111 1001011 101100

Color Harmonies of #C51C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51C4B

Black with #C51C4B

Text Example


Text Example

White with #C51C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51C4B; }

 p { color: rgb(197,28,75); }

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

background-color css

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

 a { background-color: rgb(197,28,75); }

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

border-color css

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

 span { border-color: rgb(197,28,75); }

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