Html Css Color HEX #C3173C Cardinal

📋 copy color: '#C3173C'

red 195 ◦ green 23 ◦ blue 60

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

Shades of Cardinal #C3173C

Tints of Cardinal #C3173C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.58%

R = 70.14%
G = 8.27%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3173C (or 0xC3173C) is known color: Cardinal. HEX triplet: C3, 17 and 3C. RGB value is (195,23,60). Sum of RGB (Red+Green+Blue) = 195+23+60=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C3173C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3173C is #3CE8C3. Grayscale: #4E4E4E. Windows color (decimal): -3991748 or 3938243. OLE color: 3938243.

HSL color Cylindrical-coordinate representation of color #C3173C: hue angle of 347.09º 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 #C3173C is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 23 60 -
CMYK 0 0.88 0.69 0.24
HSL 347.09º 0.79% 0.43% -
HSV(B) 347.09º 0.88% 0.76% -
XYZ 23.63 12.54 5.45 -
YUV 78.65 117.48 210.99 -
System Red Green Blue C M Y K H S L
Decimal 195 23 60 0 0.88 0.69 0.24 347.09 0.79 0.43
Hex C3 17 3C 0 58 45 18 15B 4F 2B
Octal 303 27 74 0 130 105 30 533 117 53
Binary 11000011 10111 111100 0 1011000 1000101 11000 101011011 1001111 101011

Color Harmonies of #C3173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3173C

Black with #C3173C

Text Example


Text Example

White with #C3173C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3173C; }

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

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

background-color css

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

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

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

border-color css

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

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

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