Html Css Color HEX #C2172F Cardinal

📋 copy color: '#C2172F'

red 194 ◦ green 23 ◦ blue 47

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

Shades of Cardinal #C2172F

Tints of Cardinal #C2172F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.8%

R = 73.48%
G = 8.71%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2172F (or 0xC2172F) is known color: Cardinal. HEX triplet: C2, 17 and 2F. RGB value is (194,23,47). Sum of RGB (Red+Green+Blue) = 194+23+47=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C2172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2172F is #3DE8D0. Grayscale: #4C4C4C. Windows color (decimal): -4057297 or 3086274. OLE color: 3086274.

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

Color convert

RGB 194 23 47 -
CMYK 0 0.88 0.76 0.24
HSL 351.58º 0.79% 0.43% -
HSV(B) 351.58º 0.88% 0.76% -
XYZ 23.07 12.29 3.85 -
YUV 76.87 111.15 211.55 -
System Red Green Blue C M Y K H S L
Decimal 194 23 47 0 0.88 0.76 0.24 351.58 0.79 0.43
Hex C2 17 2F 0 58 4C 18 160 4F 2B
Octal 302 27 57 0 130 114 30 540 117 53
Binary 11000010 10111 101111 0 1011000 1001100 11000 101100000 1001111 101011

Color Harmonies of #C2172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2172F

Black with #C2172F

Text Example


Text Example

White with #C2172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2172F; }

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

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

background-color css

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

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

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

border-color css

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

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

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