Html Css Color HEX #C2174A Cardinal

📋 copy color: '#C2174A'

red 194 ◦ green 23 ◦ blue 74

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

Shades of Cardinal #C2174A

Tints of Cardinal #C2174A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.43%

R = 66.67%
G = 7.9%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2174A (or 0xC2174A) is known color: Cardinal. HEX triplet: C2, 17 and 4A. RGB value is (194,23,74). Sum of RGB (Red+Green+Blue) = 194+23+74=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C2174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2174A is #3DE8B5. Grayscale: #4F4F4F. Windows color (decimal): -4057270 or 4855746. OLE color: 4855746.

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

Color convert

RGB 194 23 74 -
CMYK 0 0.88 0.62 0.24
HSL 342.11º 0.79% 0.43% -
HSV(B) 342.11º 0.88% 0.76% -
XYZ 23.79 12.58 7.65 -
YUV 79.94 124.65 209.35 -
System Red Green Blue C M Y K H S L
Decimal 194 23 74 0 0.88 0.62 0.24 342.11 0.79 0.43
Hex C2 17 4A 0 58 3E 18 156 4F 2B
Octal 302 27 112 0 130 76 30 526 117 53
Binary 11000010 10111 1001010 0 1011000 111110 11000 101010110 1001111 101011

Color Harmonies of #C2174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2174A

Black with #C2174A

Text Example


Text Example

White with #C2174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2174A; }

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

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

background-color css

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

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

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

border-color css

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

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

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