Html Css Color HEX #C1102F Cardinal

📋 copy color: '#C1102F'

red 193 ◦ green 16 ◦ blue 47

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

Shades of Cardinal #C1102F

Tints of Cardinal #C1102F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.25%

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

R = 75.39%
G = 6.25%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1102F (or 0xC1102F) is known color: Cardinal. HEX triplet: C1, 10 and 2F. RGB value is (193,16,47). Sum of RGB (Red+Green+Blue) = 193+16+47=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C1102F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1102F is #3EEFD0. Grayscale: #484848. Windows color (decimal): -4124625 or 3084481. OLE color: 3084481.

HSL color Cylindrical-coordinate representation of color #C1102F: hue angle of 349.49º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1102F is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 16 47 -
CMYK 0 0.92 0.76 0.24
HSL 349.49º 0.85% 0.41% -
HSV(B) 349.49º 0.92% 0.76% -
XYZ 22.69 11.91 3.79 -
YUV 72.46 113.64 213.98 -
System Red Green Blue C M Y K H S L
Decimal 193 16 47 0 0.92 0.76 0.24 349.49 0.85 0.41
Hex C1 10 2F 0 5C 4C 18 15D 55 29
Octal 301 20 57 0 134 114 30 535 125 51
Binary 11000001 10000 101111 0 1011100 1001100 11000 101011101 1010101 101001

Color Harmonies of #C1102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1102F

Black with #C1102F

Text Example


Text Example

White with #C1102F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1102F; }

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

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

background-color css

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

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

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

border-color css

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

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

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