Html Css Color HEX #C0144F Cardinal

📋 copy color: '#C0144F'

red 192 ◦ green 20 ◦ blue 79

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

Shades of Cardinal #C0144F

Tints of Cardinal #C0144F

RGB

 RED value IS 192 (75.39% from 255) = 65.98%

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

 BLUE value IS 79 (31.25% from 255) = 27.15%

R = 65.98%
G = 6.87%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0144F (or 0xC0144F) is known color: Cardinal. HEX triplet: C0, 14 and 4F. RGB value is (192,20,79). Sum of RGB (Red+Green+Blue) = 192+20+79=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0144F is #3FEBB0. Grayscale: #4E4E4E. Windows color (decimal): -4189105 or 5182656. OLE color: 5182656.

HSL color Cylindrical-coordinate representation of color #C0144F: hue angle of 339.42º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0144F is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 20 79 -
CMYK 0 0.90 0.59 0.25
HSL 339.42º 0.81% 0.42% -
HSV(B) 339.42º 0.9% 0.75% -
XYZ 23.4 12.27 8.53 -
YUV 78.15 128.48 209.2 -
System Red Green Blue C M Y K H S L
Decimal 192 20 79 0 0.90 0.59 0.25 339.42 0.81 0.42
Hex C0 14 4F 0 5A 3B 19 153 51 2A
Octal 300 24 117 0 132 73 31 523 121 52
Binary 11000000 10100 1001111 0 1011010 111011 11001 101010011 1010001 101010

Color Harmonies of #C0144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0144F

Black with #C0144F

Text Example


Text Example

White with #C0144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0144F; }

 p { color: rgb(192,20,79); }

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

background-color css

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

 a { background-color: rgb(192,20,79); }

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

border-color css

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

 span { border-color: rgb(192,20,79); }

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