Html Css Color HEX #C2173B Cardinal

📋 copy color: '#C2173B'

red 194 ◦ green 23 ◦ blue 59

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

Shades of Cardinal #C2173B

Tints of Cardinal #C2173B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.38%

R = 70.29%
G = 8.33%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2173B (or 0xC2173B) is known color: Cardinal. HEX triplet: C2, 17 and 3B. RGB value is (194,23,59). Sum of RGB (Red+Green+Blue) = 194+23+59=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C2173B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2173B is #3DE8C4. Grayscale: #4E4E4E. Windows color (decimal): -4057285 or 3872706. OLE color: 3872706.

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

Color convert

RGB 194 23 59 -
CMYK 0 0.88 0.70 0.24
HSL 347.37º 0.79% 0.43% -
HSV(B) 347.37º 0.88% 0.76% -
XYZ 23.34 12.4 5.3 -
YUV 78.23 117.15 210.57 -
System Red Green Blue C M Y K H S L
Decimal 194 23 59 0 0.88 0.70 0.24 347.37 0.79 0.43
Hex C2 17 3B 0 58 46 18 15B 4F 2B
Octal 302 27 73 0 130 106 30 533 117 53
Binary 11000010 10111 111011 0 1011000 1000110 11000 101011011 1001111 101011

Color Harmonies of #C2173B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2173B

Black with #C2173B

Text Example


Text Example

White with #C2173B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2173B; }

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

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

background-color css

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

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

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

border-color css

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

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

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