Html Css Color HEX #C3113A Cardinal

📋 copy color: '#C3113A'

red 195 ◦ green 17 ◦ blue 58

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

Shades of Cardinal #C3113A

Tints of Cardinal #C3113A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.3%

 BLUE value IS 58 (23.05% from 255) = 21.48%

R = 72.22%
G = 6.3%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3113A (or 0xC3113A) is known color: Cardinal. HEX triplet: C3, 11 and 3A. RGB value is (195,17,58). Sum of RGB (Red+Green+Blue) = 195+17+58=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C3113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3113A is #3CEEC5. Grayscale: #4A4A4A. Windows color (decimal): -3993286 or 3805635. OLE color: 3805635.

HSL color Cylindrical-coordinate representation of color #C3113A: hue angle of 346.18º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3113A is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 17 58 -
CMYK 0 0.91 0.70 0.24
HSL 346.18º 0.84% 0.42% -
HSV(B) 346.18º 0.91% 0.76% -
XYZ 23.47 12.31 5.14 -
YUV 74.9 118.47 213.67 -
System Red Green Blue C M Y K H S L
Decimal 195 17 58 0 0.91 0.70 0.24 346.18 0.84 0.42
Hex C3 11 3A 0 5B 46 18 15A 54 2A
Octal 303 21 72 0 133 106 30 532 124 52
Binary 11000011 10001 111010 0 1011011 1000110 11000 101011010 1010100 101010

Color Harmonies of #C3113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3113A

Black with #C3113A

Text Example


Text Example

White with #C3113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3113A; }

 p { color: rgb(195,17,58); }

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

background-color css

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

 a { background-color: rgb(195,17,58); }

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

border-color css

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

 span { border-color: rgb(195,17,58); }

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