Html Css Color HEX #C4152D Cardinal

📋 copy color: '#C4152D'

red 196 ◦ green 21 ◦ blue 45

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

Shades of Cardinal #C4152D

Tints of Cardinal #C4152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.18%

R = 74.81%
G = 8.02%
B = 17.18%

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

#C4152D (or 0xC4152D) is known color: Cardinal. HEX triplet: C4, 15 and 2D. RGB value is (196,21,45). Sum of RGB (Red+Green+Blue) = 196+21+45=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C4152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4152D is #3BEAD2. Grayscale: #4C4C4C. Windows color (decimal): -3926739 or 2954692. OLE color: 2954692.

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

Color convert

RGB 196 21 45 -
CMYK 0 0.89 0.77 0.23
HSL 351.77º 0.81% 0.43% -
HSV(B) 351.77º 0.89% 0.77% -
XYZ 23.51 12.46 3.65 -
YUV 76.06 110.48 213.55 -
System Red Green Blue C M Y K H S L
Decimal 196 21 45 0 0.89 0.77 0.23 351.77 0.81 0.43
Hex C4 15 2D 0 59 4D 17 160 51 2B
Octal 304 25 55 0 131 115 27 540 121 53
Binary 11000100 10101 101101 0 1011001 1001101 10111 101100000 1010001 101011

Color Harmonies of #C4152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4152D

Black with #C4152D

Text Example


Text Example

White with #C4152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4152D; }

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

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

background-color css

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

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

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

border-color css

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

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

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