Html Css Color HEX #C4152E Cardinal

📋 copy color: '#C4152E'

red 196 ◦ green 21 ◦ blue 46

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

Shades of Cardinal #C4152E

Tints of Cardinal #C4152E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.49%

R = 74.52%
G = 7.98%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4152E (or 0xC4152E) is known color: Cardinal. HEX triplet: C4, 15 and 2E. RGB value is (196,21,46). Sum of RGB (Red+Green+Blue) = 196+21+46=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C4152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4152E is #3BEAD1. Grayscale: #4C4C4C. Windows color (decimal): -3926738 or 3020228. OLE color: 3020228.

HSL color Cylindrical-coordinate representation of color #C4152E: hue angle of 351.43º 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 #C4152E is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 21 46 -
CMYK 0 0.89 0.77 0.23
HSL 351.43º 0.81% 0.43% -
HSV(B) 351.43º 0.89% 0.77% -
XYZ 23.53 12.47 3.75 -
YUV 76.18 110.98 213.47 -
System Red Green Blue C M Y K H S L
Decimal 196 21 46 0 0.89 0.77 0.23 351.43 0.81 0.43
Hex C4 15 2E 0 59 4D 17 15F 51 2B
Octal 304 25 56 0 131 115 27 537 121 53
Binary 11000100 10101 101110 0 1011001 1001101 10111 101011111 1010001 101011

Color Harmonies of #C4152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4152E

Black with #C4152E

Text Example


Text Example

White with #C4152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4152E; }

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

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

background-color css

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

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

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

border-color css

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

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

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