Html Css Color HEX #C2172C Cardinal

📋 copy color: '#C2172C'

red 194 ◦ green 23 ◦ blue 44

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

Shades of Cardinal #C2172C

Tints of Cardinal #C2172C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.86%

R = 74.33%
G = 8.81%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2172C (or 0xC2172C) is known color: Cardinal. HEX triplet: C2, 17 and 2C. RGB value is (194,23,44). Sum of RGB (Red+Green+Blue) = 194+23+44=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C2172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2172C is #3DE8D3. Grayscale: #4C4C4C. Windows color (decimal): -4057300 or 2889666. OLE color: 2889666.

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

Color convert

RGB 194 23 44 -
CMYK 0 0.88 0.77 0.24
HSL 352.63º 0.79% 0.43% -
HSV(B) 352.63º 0.88% 0.76% -
XYZ 23.01 12.26 3.54 -
YUV 76.52 109.65 211.79 -
System Red Green Blue C M Y K H S L
Decimal 194 23 44 0 0.88 0.77 0.24 352.63 0.79 0.43
Hex C2 17 2C 0 58 4D 18 161 4F 2B
Octal 302 27 54 0 130 115 30 541 117 53
Binary 11000010 10111 101100 0 1011000 1001101 11000 101100001 1001111 101011

Color Harmonies of #C2172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2172C

Black with #C2172C

Text Example


Text Example

White with #C2172C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2172C; }

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

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

background-color css

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

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

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

border-color css

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

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

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