Html Css Color HEX #C51542 Cardinal

📋 copy color: '#C51542'

red 197 ◦ green 21 ◦ blue 66

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

Shades of Cardinal #C51542

Tints of Cardinal #C51542

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.39%

 BLUE value IS 66 (26.17% from 255) = 23.24%

R = 69.37%
G = 7.39%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C51542 (or 0xC51542) is known color: Cardinal. HEX triplet: C5, 15 and 42. RGB value is (197,21,66). Sum of RGB (Red+Green+Blue) = 197+21+66=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C51542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51542 is #3AEABD. Grayscale: #4E4E4E. Windows color (decimal): -3861182 or 4330949. OLE color: 4330949.

HSL color Cylindrical-coordinate representation of color #C51542: hue angle of 344.66º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51542 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 21 66 -
CMYK 0 0.89 0.66 0.23
HSL 344.66º 0.81% 0.43% -
HSV(B) 344.66º 0.89% 0.77% -
XYZ 24.28 12.8 6.35 -
YUV 78.75 120.81 212.34 -
System Red Green Blue C M Y K H S L
Decimal 197 21 66 0 0.89 0.66 0.23 344.66 0.81 0.43
Hex C5 15 42 0 59 42 17 159 51 2B
Octal 305 25 102 0 131 102 27 531 121 53
Binary 11000101 10101 1000010 0 1011001 1000010 10111 101011001 1010001 101011

Color Harmonies of #C51542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51542

Black with #C51542

Text Example


Text Example

White with #C51542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51542; }

 p { color: rgb(197,21,66); }

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

background-color css

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

 a { background-color: rgb(197,21,66); }

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

border-color css

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

 span { border-color: rgb(197,21,66); }

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