Html Css Color HEX #C3112E Cardinal

📋 copy color: '#C3112E'

red 195 ◦ green 17 ◦ blue 46

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

Shades of Cardinal #C3112E

Tints of Cardinal #C3112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.83%

R = 75.58%
G = 6.59%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3112E (or 0xC3112E) is known color: Cardinal. HEX triplet: C3, 11 and 2E. RGB value is (195,17,46). Sum of RGB (Red+Green+Blue) = 195+17+46=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C3112E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3112E is #3CEED1. Grayscale: #494949. Windows color (decimal): -3993298 or 3019203. OLE color: 3019203.

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

Color convert

RGB 195 17 46 -
CMYK 0 0.91 0.76 0.24
HSL 350.22º 0.84% 0.42% -
HSV(B) 350.22º 0.91% 0.76% -
XYZ 23.2 12.2 3.72 -
YUV 73.53 112.47 214.64 -
System Red Green Blue C M Y K H S L
Decimal 195 17 46 0 0.91 0.76 0.24 350.22 0.84 0.42
Hex C3 11 2E 0 5B 4C 18 15E 54 2A
Octal 303 21 56 0 133 114 30 536 124 52
Binary 11000011 10001 101110 0 1011011 1001100 11000 101011110 1010100 101010

Color Harmonies of #C3112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3112E

Black with #C3112E

Text Example


Text Example

White with #C3112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3112E; }

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

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

background-color css

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

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

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

border-color css

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

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

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