Html Css Color HEX #C7154B Cardinal

📋 copy color: '#C7154B'

red 199 ◦ green 21 ◦ blue 75

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

Shades of Cardinal #C7154B

Tints of Cardinal #C7154B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.42%

R = 67.46%
G = 7.12%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7154B (or 0xC7154B) is known color: Cardinal. HEX triplet: C7, 15 and 4B. RGB value is (199,21,75). Sum of RGB (Red+Green+Blue) = 199+21+75=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C7154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7154B is #38EAB4. Grayscale: #505050. Windows color (decimal): -3730101 or 4920775. OLE color: 4920775.

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

Color convert

RGB 199 21 75 -
CMYK 0 0.89 0.62 0.22
HSL 341.8º 0.81% 0.43% -
HSV(B) 341.8º 0.89% 0.78% -
XYZ 25.09 13.19 7.88 -
YUV 80.38 124.97 212.61 -
System Red Green Blue C M Y K H S L
Decimal 199 21 75 0 0.89 0.62 0.22 341.8 0.81 0.43
Hex C7 15 4B 0 59 3E 16 156 51 2B
Octal 307 25 113 0 131 76 26 526 121 53
Binary 11000111 10101 1001011 0 1011001 111110 10110 101010110 1010001 101011

Color Harmonies of #C7154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7154B

Black with #C7154B

Text Example


Text Example

White with #C7154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7154B; }

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

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

background-color css

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

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

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

border-color css

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

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

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