Html Css Color HEX #C4153D Cardinal

📋 copy color: '#C4153D'

red 196 ◦ green 21 ◦ blue 61

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

Shades of Cardinal #C4153D

Tints of Cardinal #C4153D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.94%

R = 70.5%
G = 7.55%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4153D (or 0xC4153D) is known color: Cardinal. HEX triplet: C4, 15 and 3D. RGB value is (196,21,61). Sum of RGB (Red+Green+Blue) = 196+21+61=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C4153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4153D is #3BEAC2. Grayscale: #4D4D4D. Windows color (decimal): -3926723 or 4003268. OLE color: 4003268.

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

Color convert

RGB 196 21 61 -
CMYK 0 0.89 0.69 0.23
HSL 346.29º 0.81% 0.43% -
HSV(B) 346.29º 0.89% 0.77% -
XYZ 23.88 12.61 5.59 -
YUV 77.89 118.48 212.25 -
System Red Green Blue C M Y K H S L
Decimal 196 21 61 0 0.89 0.69 0.23 346.29 0.81 0.43
Hex C4 15 3D 0 59 45 17 15A 51 2B
Octal 304 25 75 0 131 105 27 532 121 53
Binary 11000100 10101 111101 0 1011001 1000101 10111 101011010 1010001 101011

Color Harmonies of #C4153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4153D

Black with #C4153D

Text Example


Text Example

White with #C4153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4153D; }

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

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

background-color css

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

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

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

border-color css

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

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

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