Html Css Color HEX #C2103D Cardinal

📋 copy color: '#C2103D'

red 194 ◦ green 16 ◦ blue 61

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

Shades of Cardinal #C2103D

Tints of Cardinal #C2103D

RGB

 RED value IS 194 (76.17% from 255) = 71.59%

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

 BLUE value IS 61 (24.22% from 255) = 22.51%

R = 71.59%
G = 5.9%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2103D (or 0xC2103D) is known color: Cardinal. HEX triplet: C2, 10 and 3D. RGB value is (194,16,61). Sum of RGB (Red+Green+Blue) = 194+16+61=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C2103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2103D is #3DEFC2. Grayscale: #4A4A4A. Windows color (decimal): -4059075 or 4001986. OLE color: 4001986.

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

Color convert

RGB 194 16 61 -
CMYK 0 0.92 0.69 0.24
HSL 344.83º 0.85% 0.41% -
HSV(B) 344.83º 0.92% 0.76% -
XYZ 23.28 12.18 5.54 -
YUV 74.35 120.47 213.34 -
System Red Green Blue C M Y K H S L
Decimal 194 16 61 0 0.92 0.69 0.24 344.83 0.85 0.41
Hex C2 10 3D 0 5C 45 18 159 55 29
Octal 302 20 75 0 134 105 30 531 125 51
Binary 11000010 10000 111101 0 1011100 1000101 11000 101011001 1010101 101001

Color Harmonies of #C2103D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2103D

Black with #C2103D

Text Example


Text Example

White with #C2103D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2103D; }

 p { color: rgb(194,16,61); }

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

background-color css

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

 a { background-color: rgb(194,16,61); }

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

border-color css

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

 span { border-color: rgb(194,16,61); }

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