Html Css Color HEX #C8154A Cardinal

📋 copy color: '#C8154A'

red 200 ◦ green 21 ◦ blue 74

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

Shades of Cardinal #C8154A

Tints of Cardinal #C8154A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.12%

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

R = 67.8%
G = 7.12%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8154A (or 0xC8154A) is known color: Cardinal. HEX triplet: C8, 15 and 4A. RGB value is (200,21,74). Sum of RGB (Red+Green+Blue) = 200+21+74=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8154A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8154A is #37EAB5. Grayscale: #505050. Windows color (decimal): -3664566 or 4855240. OLE color: 4855240.

HSL color Cylindrical-coordinate representation of color #C8154A: hue angle of 342.23º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8154A is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 21 74 -
CMYK 0 0.90 0.63 0.22
HSL 342.23º 0.81% 0.43% -
HSV(B) 342.23º 0.9% 0.78% -
XYZ 25.32 13.31 7.71 -
YUV 80.56 124.3 213.19 -
System Red Green Blue C M Y K H S L
Decimal 200 21 74 0 0.90 0.63 0.22 342.23 0.81 0.43
Hex C8 15 4A 0 5A 3F 16 156 51 2B
Octal 310 25 112 0 132 77 26 526 121 53
Binary 11001000 10101 1001010 0 1011010 111111 10110 101010110 1010001 101011

Color Harmonies of #C8154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8154A

Black with #C8154A

Text Example


Text Example

White with #C8154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8154A; }

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

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

background-color css

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

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

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

border-color css

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

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

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