Html Css Color HEX #C3113F Cardinal

📋 copy color: '#C3113F'

red 195 ◦ green 17 ◦ blue 63

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

Shades of Cardinal #C3113F

Tints of Cardinal #C3113F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.91%

R = 70.91%
G = 6.18%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3113F (or 0xC3113F) is known color: Cardinal. HEX triplet: C3, 11 and 3F. RGB value is (195,17,63). Sum of RGB (Red+Green+Blue) = 195+17+63=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C3113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3113F is #3CEEC0. Grayscale: #4B4B4B. Windows color (decimal): -3993281 or 4133315. OLE color: 4133315.

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

Color convert

RGB 195 17 63 -
CMYK 0 0.91 0.68 0.24
HSL 344.49º 0.84% 0.42% -
HSV(B) 344.49º 0.91% 0.76% -
XYZ 23.6 12.36 5.84 -
YUV 75.47 120.97 213.26 -
System Red Green Blue C M Y K H S L
Decimal 195 17 63 0 0.91 0.68 0.24 344.49 0.84 0.42
Hex C3 11 3F 0 5B 44 18 158 54 2A
Octal 303 21 77 0 133 104 30 530 124 52
Binary 11000011 10001 111111 0 1011011 1000100 11000 101011000 1010100 101010

Color Harmonies of #C3113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3113F

Black with #C3113F

Text Example


Text Example

White with #C3113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3113F; }

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

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

background-color css

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

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

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

border-color css

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

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

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