Html Css Color HEX #C7144B Cardinal

📋 copy color: '#C7144B'

red 199 ◦ green 20 ◦ blue 75

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

Shades of Cardinal #C7144B

Tints of Cardinal #C7144B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.8%

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

R = 67.69%
G = 6.8%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7144B (or 0xC7144B) is known color: Cardinal. HEX triplet: C7, 14 and 4B. RGB value is (199,20,75). Sum of RGB (Red+Green+Blue) = 199+20+75=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7144B is #38EBB4. Grayscale: #4F4F4F. Windows color (decimal): -3730357 or 4920519. OLE color: 4920519.

HSL color Cylindrical-coordinate representation of color #C7144B: hue angle of 341.56º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7144B is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 20 75 -
CMYK 0 0.90 0.62 0.22
HSL 341.56º 0.82% 0.43% -
HSV(B) 341.56º 0.9% 0.78% -
XYZ 25.07 13.15 7.87 -
YUV 79.79 125.3 213.03 -
System Red Green Blue C M Y K H S L
Decimal 199 20 75 0 0.90 0.62 0.22 341.56 0.82 0.43
Hex C7 14 4B 0 5A 3E 16 156 52 2B
Octal 307 24 113 0 132 76 26 526 122 53
Binary 11000111 10100 1001011 0 1011010 111110 10110 101010110 1010010 101011

Color Harmonies of #C7144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7144B

Black with #C7144B

Text Example


Text Example

White with #C7144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7144B; }

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

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

background-color css

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

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

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

border-color css

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

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

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