Html Css Color HEX #C3173D Cardinal

📋 copy color: '#C3173D'

red 195 ◦ green 23 ◦ blue 61

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

Shades of Cardinal #C3173D

Tints of Cardinal #C3173D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.86%

R = 69.89%
G = 8.24%
B = 21.86%

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

#C3173D (or 0xC3173D) is known color: Cardinal. HEX triplet: C3, 17 and 3D. RGB value is (195,23,61). Sum of RGB (Red+Green+Blue) = 195+23+61=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C3173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3173D is #3CE8C2. Grayscale: #4E4E4E. Windows color (decimal): -3991747 or 4003779. OLE color: 4003779.

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

Color convert

RGB 195 23 61 -
CMYK 0 0.88 0.69 0.24
HSL 346.74º 0.79% 0.43% -
HSV(B) 346.74º 0.88% 0.76% -
XYZ 23.65 12.55 5.59 -
YUV 78.76 117.98 210.91 -
System Red Green Blue C M Y K H S L
Decimal 195 23 61 0 0.88 0.69 0.24 346.74 0.79 0.43
Hex C3 17 3D 0 58 45 18 15B 4F 2B
Octal 303 27 75 0 130 105 30 533 117 53
Binary 11000011 10111 111101 0 1011000 1000101 11000 101011011 1001111 101011

Color Harmonies of #C3173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3173D

Black with #C3173D

Text Example


Text Example

White with #C3173D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3173D; }

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

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

background-color css

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

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

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

border-color css

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

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

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