Html Css Color HEX #C8174A Cardinal

📋 copy color: '#C8174A'

red 200 ◦ green 23 ◦ blue 74

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

Shades of Cardinal #C8174A

Tints of Cardinal #C8174A

RGB

 RED value IS 200 (78.52% from 255) = 67.34%

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

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

R = 67.34%
G = 7.74%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8174A (or 0xC8174A) is known color: Cardinal. HEX triplet: C8, 17 and 4A. RGB value is (200,23,74). Sum of RGB (Red+Green+Blue) = 200+23+74=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C8174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8174A is #37E8B5. Grayscale: #515151. Windows color (decimal): -3664054 or 4855752. OLE color: 4855752.

HSL color Cylindrical-coordinate representation of color #C8174A: hue angle of 342.71º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8174A is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 23 74 -
CMYK 0 0.88 0.63 0.22
HSL 342.71º 0.79% 0.44% -
HSV(B) 342.71º 0.89% 0.78% -
XYZ 25.36 13.39 7.73 -
YUV 81.74 123.64 212.35 -
System Red Green Blue C M Y K H S L
Decimal 200 23 74 0 0.88 0.63 0.22 342.71 0.79 0.44
Hex C8 17 4A 0 58 3F 16 157 4F 2C
Octal 310 27 112 0 130 77 26 527 117 54
Binary 11001000 10111 1001010 0 1011000 111111 10110 101010111 1001111 101100

Color Harmonies of #C8174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8174A

Black with #C8174A

Text Example


Text Example

White with #C8174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8174A; }

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

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

background-color css

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

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

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

border-color css

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

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

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