Html Css Color HEX #C31146 Cardinal

📋 copy color: '#C31146'

red 195 ◦ green 17 ◦ blue 70

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

Shades of Cardinal #C31146

Tints of Cardinal #C31146

RGB

 RED value IS 195 (76.56% from 255) = 69.15%

 GREEN value IS 17 (7.03% from 255) = 6.03%

 BLUE value IS 70 (27.73% from 255) = 24.82%

R = 69.15%
G = 6.03%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C31146 (or 0xC31146) is known color: Cardinal. HEX triplet: C3, 11 and 46. RGB value is (195,17,70). Sum of RGB (Red+Green+Blue) = 195+17+70=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C31146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31146 is #3CEEB9. Grayscale: #4C4C4C. Windows color (decimal): -3993274 or 4592067. OLE color: 4592067.

HSL color Cylindrical-coordinate representation of color #C31146: hue angle of 342.13º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31146 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 17 70 -
CMYK 0 0.91 0.64 0.24
HSL 342.13º 0.84% 0.42% -
HSV(B) 342.13º 0.91% 0.76% -
XYZ 23.81 12.45 6.94 -
YUV 76.26 124.47 212.69 -
System Red Green Blue C M Y K H S L
Decimal 195 17 70 0 0.91 0.64 0.24 342.13 0.84 0.42
Hex C3 11 46 0 5B 40 18 156 54 2A
Octal 303 21 106 0 133 100 30 526 124 52
Binary 11000011 10001 1000110 0 1011011 1000000 11000 101010110 1010100 101010

Color Harmonies of #C31146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31146

Black with #C31146

Text Example


Text Example

White with #C31146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31146; }

 p { color: rgb(195,17,70); }

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

background-color css

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

 a { background-color: rgb(195,17,70); }

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

border-color css

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

 span { border-color: rgb(195,17,70); }

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