Html Css Color HEX #C3173F Cardinal

📋 copy color: '#C3173F'

red 195 ◦ green 23 ◦ blue 63

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

Shades of Cardinal #C3173F

Tints of Cardinal #C3173F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.19%

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

R = 69.4%
G = 8.19%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3173F (or 0xC3173F) is known color: Cardinal. HEX triplet: C3, 17 and 3F. RGB value is (195,23,63). Sum of RGB (Red+Green+Blue) = 195+23+63=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C3173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3173F is #3CE8C0. Grayscale: #4F4F4F. Windows color (decimal): -3991745 or 4134851. OLE color: 4134851.

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

Color convert

RGB 195 23 63 -
CMYK 0 0.88 0.68 0.24
HSL 346.05º 0.79% 0.43% -
HSV(B) 346.05º 0.88% 0.76% -
XYZ 23.71 12.57 5.88 -
YUV 78.99 118.98 210.75 -
System Red Green Blue C M Y K H S L
Decimal 195 23 63 0 0.88 0.68 0.24 346.05 0.79 0.43
Hex C3 17 3F 0 58 44 18 15A 4F 2B
Octal 303 27 77 0 130 104 30 532 117 53
Binary 11000011 10111 111111 0 1011000 1000100 11000 101011010 1001111 101011

Color Harmonies of #C3173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3173F

Black with #C3173F

Text Example


Text Example

White with #C3173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3173F; }

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

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

background-color css

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

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

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

border-color css

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

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

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