Html Css Color HEX #C1132F Cardinal

📋 copy color: '#C1132F'

red 193 ◦ green 19 ◦ blue 47

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

Shades of Cardinal #C1132F

Tints of Cardinal #C1132F

RGB

 RED value IS 193 (75.78% from 255) = 74.52%

 GREEN value IS 19 (7.81% from 255) = 7.34%

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

R = 74.52%
G = 7.34%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1132F (or 0xC1132F) is known color: Cardinal. HEX triplet: C1, 13 and 2F. RGB value is (193,19,47). Sum of RGB (Red+Green+Blue) = 193+19+47=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C1132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1132F is #3EECD0. Grayscale: #4A4A4A. Windows color (decimal): -4123857 or 3085249. OLE color: 3085249.

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

Color convert

RGB 193 19 47 -
CMYK 0 0.90 0.76 0.24
HSL 350.34º 0.82% 0.42% -
HSV(B) 350.34º 0.9% 0.76% -
XYZ 22.74 12.01 3.81 -
YUV 74.22 112.65 212.72 -
System Red Green Blue C M Y K H S L
Decimal 193 19 47 0 0.90 0.76 0.24 350.34 0.82 0.42
Hex C1 13 2F 0 5A 4C 18 15E 52 2A
Octal 301 23 57 0 132 114 30 536 122 52
Binary 11000001 10011 101111 0 1011010 1001100 11000 101011110 1010010 101010

Color Harmonies of #C1132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1132F

Black with #C1132F

Text Example


Text Example

White with #C1132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1132F; }

 p { color: rgb(193,19,47); }

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

background-color css

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

 a { background-color: rgb(193,19,47); }

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

border-color css

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

 span { border-color: rgb(193,19,47); }

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