Html Css Color HEX #C3112F Cardinal

📋 copy color: '#C3112F'

red 195 ◦ green 17 ◦ blue 47

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

Shades of Cardinal #C3112F

Tints of Cardinal #C3112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.15%

R = 75.29%
G = 6.56%
B = 18.15%

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

#C3112F (or 0xC3112F) is known color: Cardinal. HEX triplet: C3, 11 and 2F. RGB value is (195,17,47). Sum of RGB (Red+Green+Blue) = 195+17+47=259 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.29% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 195 - color contains mainly: red. Hex color #C3112F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3112F is #3CEED0. Grayscale: #494949. Windows color (decimal): -3993297 or 3084739. OLE color: 3084739.

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

Color convert

RGB 195 17 47 -
CMYK 0 0.91 0.76 0.24
HSL 349.89º 0.84% 0.42% -
HSV(B) 349.89º 0.91% 0.76% -
XYZ 23.22 12.21 3.82 -
YUV 73.64 112.97 214.56 -
System Red Green Blue C M Y K H S L
Decimal 195 17 47 0 0.91 0.76 0.24 349.89 0.84 0.42
Hex C3 11 2F 0 5B 4C 18 15E 54 2A
Octal 303 21 57 0 133 114 30 536 124 52
Binary 11000011 10001 101111 0 1011011 1001100 11000 101011110 1010100 101010

Color Harmonies of #C3112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3112F

Black with #C3112F

Text Example


Text Example

White with #C3112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3112F; }

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

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

background-color css

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

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

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

border-color css

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

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

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