Html Css Color HEX #C4124D Cardinal

📋 copy color: '#C4124D'

red 196 ◦ green 18 ◦ blue 77

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

Shades of Cardinal #C4124D

Tints of Cardinal #C4124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.19%

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

R = 67.35%
G = 6.19%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4124D (or 0xC4124D) is known color: Cardinal. HEX triplet: C4, 12 and 4D. RGB value is (196,18,77). Sum of RGB (Red+Green+Blue) = 196+18+77=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C4124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4124D is #3BEDB2. Grayscale: #4D4D4D. Windows color (decimal): -3927475 or 5051076. OLE color: 5051076.

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

Color convert

RGB 196 18 77 -
CMYK 0 0.91 0.61 0.23
HSL 340.11º 0.83% 0.42% -
HSV(B) 340.11º 0.91% 0.77% -
XYZ 24.32 12.7 8.19 -
YUV 77.95 127.47 212.2 -
System Red Green Blue C M Y K H S L
Decimal 196 18 77 0 0.91 0.61 0.23 340.11 0.83 0.42
Hex C4 12 4D 0 5B 3D 17 154 53 2A
Octal 304 22 115 0 133 75 27 524 123 52
Binary 11000100 10010 1001101 0 1011011 111101 10111 101010100 1010011 101010

Color Harmonies of #C4124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4124D

Black with #C4124D

Text Example


Text Example

White with #C4124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4124D; }

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

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

background-color css

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

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

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

border-color css

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

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

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