Html Css Color HEX #C51243 Cardinal

📋 copy color: '#C51243'

red 197 ◦ green 18 ◦ blue 67

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

Shades of Cardinal #C51243

Tints of Cardinal #C51243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.76%

R = 69.86%
G = 6.38%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C51243 (or 0xC51243) is known color: Cardinal. HEX triplet: C5, 12 and 43. RGB value is (197,18,67). Sum of RGB (Red+Green+Blue) = 197+18+67=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C51243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51243 is #3AEDBC. Grayscale: #4D4D4D. Windows color (decimal): -3861949 or 4395717. OLE color: 4395717.

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

Color convert

RGB 197 18 67 -
CMYK 0 0.91 0.66 0.23
HSL 343.58º 0.83% 0.42% -
HSV(B) 343.58º 0.91% 0.77% -
XYZ 24.26 12.71 6.48 -
YUV 77.11 122.3 213.52 -
System Red Green Blue C M Y K H S L
Decimal 197 18 67 0 0.91 0.66 0.23 343.58 0.83 0.42
Hex C5 12 43 0 5B 42 17 158 53 2A
Octal 305 22 103 0 133 102 27 530 123 52
Binary 11000101 10010 1000011 0 1011011 1000010 10111 101011000 1010011 101010

Color Harmonies of #C51243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51243

Black with #C51243

Text Example


Text Example

White with #C51243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51243; }

 p { color: rgb(197,18,67); }

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

background-color css

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

 a { background-color: rgb(197,18,67); }

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

border-color css

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

 span { border-color: rgb(197,18,67); }

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