Html Css Color HEX #C2173C Cardinal

📋 copy color: '#C2173C'

red 194 ◦ green 23 ◦ blue 60

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

Shades of Cardinal #C2173C

Tints of Cardinal #C2173C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.66%

R = 70.04%
G = 8.3%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2173C (or 0xC2173C) is known color: Cardinal. HEX triplet: C2, 17 and 3C. RGB value is (194,23,60). Sum of RGB (Red+Green+Blue) = 194+23+60=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C2173C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2173C is #3DE8C3. Grayscale: #4E4E4E. Windows color (decimal): -4057284 or 3938242. OLE color: 3938242.

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

Color convert

RGB 194 23 60 -
CMYK 0 0.88 0.69 0.24
HSL 347.02º 0.79% 0.43% -
HSV(B) 347.02º 0.88% 0.76% -
XYZ 23.37 12.41 5.44 -
YUV 78.35 117.65 210.49 -
System Red Green Blue C M Y K H S L
Decimal 194 23 60 0 0.88 0.69 0.24 347.02 0.79 0.43
Hex C2 17 3C 0 58 45 18 15B 4F 2B
Octal 302 27 74 0 130 105 30 533 117 53
Binary 11000010 10111 111100 0 1011000 1000101 11000 101011011 1001111 101011

Color Harmonies of #C2173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2173C

Black with #C2173C

Text Example


Text Example

White with #C2173C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2173C; }

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

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

background-color css

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

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

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

border-color css

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

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

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