Html Css Color HEX #C4152F Cardinal

📋 copy color: '#C4152F'

red 196 ◦ green 21 ◦ blue 47

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

Shades of Cardinal #C4152F

Tints of Cardinal #C4152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.8%

R = 74.24%
G = 7.95%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4152F (or 0xC4152F) is known color: Cardinal. HEX triplet: C4, 15 and 2F. RGB value is (196,21,47). Sum of RGB (Red+Green+Blue) = 196+21+47=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C4152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4152F is #3BEAD0. Grayscale: #4C4C4C. Windows color (decimal): -3926737 or 3085764. OLE color: 3085764.

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

Color convert

RGB 196 21 47 -
CMYK 0 0.89 0.76 0.23
HSL 351.09º 0.81% 0.43% -
HSV(B) 351.09º 0.89% 0.77% -
XYZ 23.55 12.48 3.86 -
YUV 76.29 111.48 213.39 -
System Red Green Blue C M Y K H S L
Decimal 196 21 47 0 0.89 0.76 0.23 351.09 0.81 0.43
Hex C4 15 2F 0 59 4C 17 15F 51 2B
Octal 304 25 57 0 131 114 27 537 121 53
Binary 11000100 10101 101111 0 1011001 1001100 10111 101011111 1010001 101011

Color Harmonies of #C4152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4152F

Black with #C4152F

Text Example


Text Example

White with #C4152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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