Html Css Color HEX #C3193D Cardinal

📋 copy color: '#C3193D'

red 195 ◦ green 25 ◦ blue 61

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

Shades of Cardinal #C3193D

Tints of Cardinal #C3193D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.9%

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

R = 69.4%
G = 8.9%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3193D (or 0xC3193D) is known color: Cardinal. HEX triplet: C3, 19 and 3D. RGB value is (195,25,61). Sum of RGB (Red+Green+Blue) = 195+25+61=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C3193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3193D is #3CE6C2. Grayscale: #4F4F4F. Windows color (decimal): -3991235 or 4004291. OLE color: 4004291.

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

Color convert

RGB 195 25 61 -
CMYK 0 0.87 0.69 0.24
HSL 347.29º 0.77% 0.43% -
HSV(B) 347.29º 0.87% 0.76% -
XYZ 23.7 12.63 5.6 -
YUV 79.93 117.32 210.07 -
System Red Green Blue C M Y K H S L
Decimal 195 25 61 0 0.87 0.69 0.24 347.29 0.77 0.43
Hex C3 19 3D 0 57 45 18 15B 4D 2B
Octal 303 31 75 0 127 105 30 533 115 53
Binary 11000011 11001 111101 0 1010111 1000101 11000 101011011 1001101 101011

Color Harmonies of #C3193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3193D

Black with #C3193D

Text Example


Text Example

White with #C3193D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3193D; }

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

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

background-color css

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

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

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

border-color css

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

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

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