Html Css Color HEX #C51F44 Cardinal

📋 copy color: '#C51F44'

red 197 ◦ green 31 ◦ blue 68

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

Shades of Cardinal #C51F44

Tints of Cardinal #C51F44

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.47%

 BLUE value IS 68 (26.95% from 255) = 22.97%

R = 66.55%
G = 10.47%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C51F44 (or 0xC51F44) is known color: Cardinal. HEX triplet: C5, 1F and 44. RGB value is (197,31,68). Sum of RGB (Red+Green+Blue) = 197+31+68=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51F44 is #3AE0BB. Grayscale: #545454. Windows color (decimal): -3858620 or 4464581. OLE color: 4464581.

HSL color Cylindrical-coordinate representation of color #C51F44: hue angle of 346.63º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51F44 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 31 68 -
CMYK 0 0.84 0.65 0.23
HSL 346.63º 0.73% 0.45% -
HSV(B) 346.63º 0.84% 0.77% -
XYZ 24.56 13.27 6.74 -
YUV 84.85 118.5 207.99 -
System Red Green Blue C M Y K H S L
Decimal 197 31 68 0 0.84 0.65 0.23 346.63 0.73 0.45
Hex C5 1F 44 0 54 41 17 15B 49 2D
Octal 305 37 104 0 124 101 27 533 111 55
Binary 11000101 11111 1000100 0 1010100 1000001 10111 101011011 1001001 101101

Color Harmonies of #C51F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F44

Black with #C51F44

Text Example


Text Example

White with #C51F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F44; }

 p { color: rgb(197,31,68); }

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

background-color css

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

 a { background-color: rgb(197,31,68); }

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

border-color css

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

 span { border-color: rgb(197,31,68); }

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