Html Css Color HEX #C50D4B Cardinal

📋 copy color: '#C50D4B'

red 197 ◦ green 13 ◦ blue 75

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

Shades of Cardinal #C50D4B

Tints of Cardinal #C50D4B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.56%

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

R = 69.12%
G = 4.56%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C50D4B (or 0xC50D4B) is known color: Cardinal. HEX triplet: C5, 0D and 4B. RGB value is (197,13,75). Sum of RGB (Red+Green+Blue) = 197+13+75=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50D4B is #3AF2B4. Grayscale: #4B4B4B. Windows color (decimal): -3863221 or 4918725. OLE color: 4918725.

HSL color Cylindrical-coordinate representation of color #C50D4B: hue angle of 339.78º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50D4B is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 13 75 -
CMYK 0 0.93 0.62 0.23
HSL 339.78º 0.88% 0.41% -
HSV(B) 339.78º 0.93% 0.77% -
XYZ 24.44 12.67 7.81 -
YUV 75.08 127.96 214.96 -
System Red Green Blue C M Y K H S L
Decimal 197 13 75 0 0.93 0.62 0.23 339.78 0.88 0.41
Hex C5 D 4B 0 5D 3E 17 154 58 29
Octal 305 15 113 0 135 76 27 524 130 51
Binary 11000101 1101 1001011 0 1011101 111110 10111 101010100 1011000 101001

Color Harmonies of #C50D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50D4B

Black with #C50D4B

Text Example


Text Example

White with #C50D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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