Html Css Color HEX #C2103E Cardinal

📋 copy color: '#C2103E'

red 194 ◦ green 16 ◦ blue 62

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

Shades of Cardinal #C2103E

Tints of Cardinal #C2103E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.79%

R = 71.32%
G = 5.88%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2103E (or 0xC2103E) is known color: Cardinal. HEX triplet: C2, 10 and 3E. RGB value is (194,16,62). Sum of RGB (Red+Green+Blue) = 194+16+62=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C2103E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2103E is #3DEFC1. Grayscale: #4A4A4A. Windows color (decimal): -4059074 or 4067522. OLE color: 4067522.

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

Color convert

RGB 194 16 62 -
CMYK 0 0.92 0.68 0.24
HSL 344.49º 0.85% 0.41% -
HSV(B) 344.49º 0.92% 0.76% -
XYZ 23.3 12.19 5.68 -
YUV 74.47 120.97 213.26 -
System Red Green Blue C M Y K H S L
Decimal 194 16 62 0 0.92 0.68 0.24 344.49 0.85 0.41
Hex C2 10 3E 0 5C 44 18 158 55 29
Octal 302 20 76 0 134 104 30 530 125 51
Binary 11000010 10000 111110 0 1011100 1000100 11000 101011000 1010101 101001

Color Harmonies of #C2103E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2103E

Black with #C2103E

Text Example


Text Example

White with #C2103E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2103E; }

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

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

background-color css

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

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

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

border-color css

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

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

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