Html Css Color HEX #C51641 Cardinal

📋 copy color: '#C51641'

red 197 ◦ green 22 ◦ blue 65

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

Shades of Cardinal #C51641

Tints of Cardinal #C51641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.75%

 BLUE value IS 65 (25.78% from 255) = 22.89%

R = 69.37%
G = 7.75%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C51641 (or 0xC51641) is known color: Cardinal. HEX triplet: C5, 16 and 41. RGB value is (197,22,65). Sum of RGB (Red+Green+Blue) = 197+22+65=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C51641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51641 is #3AE9BE. Grayscale: #4F4F4F. Windows color (decimal): -3860927 or 4265669. OLE color: 4265669.

HSL color Cylindrical-coordinate representation of color #C51641: hue angle of 345.26º degrees, saturation: 0.8, 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 #C51641 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 22 65 -
CMYK 0 0.89 0.67 0.23
HSL 345.26º 0.8% 0.43% -
HSV(B) 345.26º 0.89% 0.77% -
XYZ 24.27 12.83 6.2 -
YUV 79.23 119.98 212 -
System Red Green Blue C M Y K H S L
Decimal 197 22 65 0 0.89 0.67 0.23 345.26 0.8 0.43
Hex C5 16 41 0 59 43 17 159 50 2B
Octal 305 26 101 0 131 103 27 531 120 53
Binary 11000101 10110 1000001 0 1011001 1000011 10111 101011001 1010000 101011

Color Harmonies of #C51641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51641

Black with #C51641

Text Example


Text Example

White with #C51641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51641; }

 p { color: rgb(197,22,65); }

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

background-color css

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

 a { background-color: rgb(197,22,65); }

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

border-color css

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

 span { border-color: rgb(197,22,65); }

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