Html Css Color HEX #C7153E Cardinal

📋 copy color: '#C7153E'

red 199 ◦ green 21 ◦ blue 62

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

Shades of Cardinal #C7153E

Tints of Cardinal #C7153E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.99%

R = 70.57%
G = 7.45%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7153E (or 0xC7153E) is known color: Cardinal. HEX triplet: C7, 15 and 3E. RGB value is (199,21,62). Sum of RGB (Red+Green+Blue) = 199+21+62=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C7153E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7153E is #38EAC1. Grayscale: #4E4E4E. Windows color (decimal): -3730114 or 4068807. OLE color: 4068807.

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

Color convert

RGB 199 21 62 -
CMYK 0 0.89 0.69 0.22
HSL 346.18º 0.81% 0.43% -
HSV(B) 346.18º 0.89% 0.78% -
XYZ 24.69 13.03 5.77 -
YUV 78.9 118.47 213.67 -
System Red Green Blue C M Y K H S L
Decimal 199 21 62 0 0.89 0.69 0.22 346.18 0.81 0.43
Hex C7 15 3E 0 59 45 16 15A 51 2B
Octal 307 25 76 0 131 105 26 532 121 53
Binary 11000111 10101 111110 0 1011001 1000101 10110 101011010 1010001 101011

Color Harmonies of #C7153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7153E

Black with #C7153E

Text Example


Text Example

White with #C7153E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7153E; }

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

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

background-color css

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

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

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

border-color css

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

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

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