Html Css Color HEX #C3163F Cardinal

📋 copy color: '#C3163F'

red 195 ◦ green 22 ◦ blue 63

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

Shades of Cardinal #C3163F

Tints of Cardinal #C3163F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.5%

R = 69.64%
G = 7.86%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3163F (or 0xC3163F) is known color: Cardinal. HEX triplet: C3, 16 and 3F. RGB value is (195,22,63). Sum of RGB (Red+Green+Blue) = 195+22+63=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C3163F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3163F is #3CE9C0. Grayscale: #4E4E4E. Windows color (decimal): -3992001 or 4134595. OLE color: 4134595.

HSL color Cylindrical-coordinate representation of color #C3163F: hue angle of 345.78º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3163F is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 22 63 -
CMYK 0 0.89 0.68 0.24
HSL 345.78º 0.8% 0.43% -
HSV(B) 345.78º 0.89% 0.76% -
XYZ 23.69 12.53 5.87 -
YUV 78.4 119.31 211.17 -
System Red Green Blue C M Y K H S L
Decimal 195 22 63 0 0.89 0.68 0.24 345.78 0.8 0.43
Hex C3 16 3F 0 59 44 18 15A 50 2B
Octal 303 26 77 0 131 104 30 532 120 53
Binary 11000011 10110 111111 0 1011001 1000100 11000 101011010 1010000 101011

Color Harmonies of #C3163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3163F

Black with #C3163F

Text Example


Text Example

White with #C3163F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3163F; }

 p { color: rgb(195,22,63); }

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

background-color css

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

 a { background-color: rgb(195,22,63); }

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

border-color css

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

 span { border-color: rgb(195,22,63); }

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