Html Css Color HEX #C4154B Cardinal

📋 copy color: '#C4154B'

red 196 ◦ green 21 ◦ blue 75

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

Shades of Cardinal #C4154B

Tints of Cardinal #C4154B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.68%

R = 67.12%
G = 7.19%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4154B (or 0xC4154B) is known color: Cardinal. HEX triplet: C4, 15 and 4B. RGB value is (196,21,75). Sum of RGB (Red+Green+Blue) = 196+21+75=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C4154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4154B is #3BEAB4. Grayscale: #4F4F4F. Windows color (decimal): -3926709 or 4920772. OLE color: 4920772.

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

Color convert

RGB 196 21 75 -
CMYK 0 0.89 0.62 0.23
HSL 341.49º 0.81% 0.43% -
HSV(B) 341.49º 0.89% 0.77% -
XYZ 24.3 12.78 7.84 -
YUV 79.48 125.48 211.11 -
System Red Green Blue C M Y K H S L
Decimal 196 21 75 0 0.89 0.62 0.23 341.49 0.81 0.43
Hex C4 15 4B 0 59 3E 17 155 51 2B
Octal 304 25 113 0 131 76 27 525 121 53
Binary 11000100 10101 1001011 0 1011001 111110 10111 101010101 1010001 101011

Color Harmonies of #C4154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4154B

Black with #C4154B

Text Example


Text Example

White with #C4154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4154B; }

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

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

background-color css

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

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

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

border-color css

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

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

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