Html Css Color HEX #C4153C Cardinal

📋 copy color: '#C4153C'

red 196 ◦ green 21 ◦ blue 60

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

Shades of Cardinal #C4153C

Tints of Cardinal #C4153C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.66%

R = 70.76%
G = 7.58%
B = 21.66%

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

#C4153C (or 0xC4153C) is known color: Cardinal. HEX triplet: C4, 15 and 3C. RGB value is (196,21,60). Sum of RGB (Red+Green+Blue) = 196+21+60=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C4153C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4153C is #3BEAC3. Grayscale: #4D4D4D. Windows color (decimal): -3926724 or 3937732. OLE color: 3937732.

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

Color convert

RGB 196 21 60 -
CMYK 0 0.89 0.69 0.23
HSL 346.63º 0.81% 0.43% -
HSV(B) 346.63º 0.89% 0.77% -
XYZ 23.85 12.6 5.45 -
YUV 77.77 117.98 212.33 -
System Red Green Blue C M Y K H S L
Decimal 196 21 60 0 0.89 0.69 0.23 346.63 0.81 0.43
Hex C4 15 3C 0 59 45 17 15B 51 2B
Octal 304 25 74 0 131 105 27 533 121 53
Binary 11000100 10101 111100 0 1011001 1000101 10111 101011011 1010001 101011

Color Harmonies of #C4153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4153C

Black with #C4153C

Text Example


Text Example

White with #C4153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4153C; }

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

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

background-color css

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

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

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

border-color css

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

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

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