Html Css Color HEX #C7153A Cardinal

📋 copy color: '#C7153A'

red 199 ◦ green 21 ◦ blue 58

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

Shades of Cardinal #C7153A

Tints of Cardinal #C7153A

RGB

 RED value IS 199 (78.13% from 255) = 71.58%

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

 BLUE value IS 58 (23.05% from 255) = 20.86%

R = 71.58%
G = 7.55%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7153A (or 0xC7153A) is known color: Cardinal. HEX triplet: C7, 15 and 3A. RGB value is (199,21,58). Sum of RGB (Red+Green+Blue) = 199+21+58=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C7153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7153A is #38EAC5. Grayscale: #4E4E4E. Windows color (decimal): -3730118 or 3806663. OLE color: 3806663.

HSL color Cylindrical-coordinate representation of color #C7153A: hue angle of 347.53º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7153A is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 21 58 -
CMYK 0 0.89 0.71 0.22
HSL 347.53º 0.81% 0.43% -
HSV(B) 347.53º 0.89% 0.78% -
XYZ 24.59 12.98 5.21 -
YUV 78.44 116.47 213.99 -
System Red Green Blue C M Y K H S L
Decimal 199 21 58 0 0.89 0.71 0.22 347.53 0.81 0.43
Hex C7 15 3A 0 59 47 16 15C 51 2B
Octal 307 25 72 0 131 107 26 534 121 53
Binary 11000111 10101 111010 0 1011001 1000111 10110 101011100 1010001 101011

Color Harmonies of #C7153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7153A

Black with #C7153A

Text Example


Text Example

White with #C7153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7153A; }

 p { color: rgb(199,21,58); }

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

background-color css

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

 a { background-color: rgb(199,21,58); }

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

border-color css

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

 span { border-color: rgb(199,21,58); }

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