Html Css Color HEX #C2173E Cardinal

📋 copy color: '#C2173E'

red 194 ◦ green 23 ◦ blue 62

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

Shades of Cardinal #C2173E

Tints of Cardinal #C2173E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.24%

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

R = 69.53%
G = 8.24%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2173E (or 0xC2173E) is known color: Cardinal. HEX triplet: C2, 17 and 3E. RGB value is (194,23,62). Sum of RGB (Red+Green+Blue) = 194+23+62=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C2173E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2173E is #3DE8C1. Grayscale: #4E4E4E. Windows color (decimal): -4057282 or 4069314. OLE color: 4069314.

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

Color convert

RGB 194 23 62 -
CMYK 0 0.88 0.68 0.24
HSL 346.32º 0.79% 0.43% -
HSV(B) 346.32º 0.88% 0.76% -
XYZ 23.42 12.43 5.72 -
YUV 78.58 118.65 210.33 -
System Red Green Blue C M Y K H S L
Decimal 194 23 62 0 0.88 0.68 0.24 346.32 0.79 0.43
Hex C2 17 3E 0 58 44 18 15A 4F 2B
Octal 302 27 76 0 130 104 30 532 117 53
Binary 11000010 10111 111110 0 1011000 1000100 11000 101011010 1001111 101011

Color Harmonies of #C2173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2173E

Black with #C2173E

Text Example


Text Example

White with #C2173E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2173E; }

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

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

background-color css

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

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

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

border-color css

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

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

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