Html Css Color HEX #C4154D Cardinal

📋 copy color: '#C4154D'

red 196 ◦ green 21 ◦ blue 77

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

Shades of Cardinal #C4154D

Tints of Cardinal #C4154D

RGB

 RED value IS 196 (76.95% from 255) = 66.67%

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

 BLUE value IS 77 (30.47% from 255) = 26.19%

R = 66.67%
G = 7.14%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4154D (or 0xC4154D) is known color: Cardinal. HEX triplet: C4, 15 and 4D. RGB value is (196,21,77). Sum of RGB (Red+Green+Blue) = 196+21+77=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C4154D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4154D is #3BEAB2. Grayscale: #4F4F4F. Windows color (decimal): -3926707 or 5051844. OLE color: 5051844.

HSL color Cylindrical-coordinate representation of color #C4154D: hue angle of 340.8º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4154D is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 21 77 -
CMYK 0 0.89 0.61 0.23
HSL 340.8º 0.81% 0.43% -
HSV(B) 340.8º 0.89% 0.77% -
XYZ 24.37 12.81 8.21 -
YUV 79.71 126.48 210.95 -
System Red Green Blue C M Y K H S L
Decimal 196 21 77 0 0.89 0.61 0.23 340.8 0.81 0.43
Hex C4 15 4D 0 59 3D 17 155 51 2B
Octal 304 25 115 0 131 75 27 525 121 53
Binary 11000100 10101 1001101 0 1011001 111101 10111 101010101 1010001 101011

Color Harmonies of #C4154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4154D

Black with #C4154D

Text Example


Text Example

White with #C4154D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4154D; }

 p { color: rgb(196,21,77); }

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

background-color css

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

 a { background-color: rgb(196,21,77); }

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

border-color css

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

 span { border-color: rgb(196,21,77); }

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