Html Css Color HEX #C2163E Cardinal

📋 copy color: '#C2163E'

red 194 ◦ green 22 ◦ blue 62

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

Shades of Cardinal #C2163E

Tints of Cardinal #C2163E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.91%

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

R = 69.78%
G = 7.91%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2163E (or 0xC2163E) is known color: Cardinal. HEX triplet: C2, 16 and 3E. RGB value is (194,22,62). Sum of RGB (Red+Green+Blue) = 194+22+62=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C2163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2163E is #3DE9C1. Grayscale: #4E4E4E. Windows color (decimal): -4057538 or 4069058. OLE color: 4069058.

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

Color convert

RGB 194 22 62 -
CMYK 0 0.89 0.68 0.24
HSL 346.05º 0.8% 0.42% -
HSV(B) 346.05º 0.89% 0.76% -
XYZ 23.4 12.39 5.72 -
YUV 77.99 118.98 210.75 -
System Red Green Blue C M Y K H S L
Decimal 194 22 62 0 0.89 0.68 0.24 346.05 0.8 0.42
Hex C2 16 3E 0 59 44 18 15A 50 2A
Octal 302 26 76 0 131 104 30 532 120 52
Binary 11000010 10110 111110 0 1011001 1000100 11000 101011010 1010000 101010

Color Harmonies of #C2163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2163E

Black with #C2163E

Text Example


Text Example

White with #C2163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2163E; }

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

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

background-color css

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

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

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

border-color css

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

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

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