Html Css Color HEX #C01140 Cardinal

📋 copy color: '#C01140'

red 192 ◦ green 17 ◦ blue 64

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

Shades of Cardinal #C01140

Tints of Cardinal #C01140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.23%

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 70.33%
G = 6.23%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C01140 (or 0xC01140) is known color: Cardinal. HEX triplet: C0, 11 and 40. RGB value is (192,17,64). Sum of RGB (Red+Green+Blue) = 192+17+64=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C01140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01140 is #3FEEBF. Grayscale: #4A4A4A. Windows color (decimal): -4189888 or 4198848. OLE color: 4198848.

HSL color Cylindrical-coordinate representation of color #C01140: hue angle of 343.89º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01140 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 64 -
CMYK 0 0.91 0.67 0.25
HSL 343.89º 0.84% 0.41% -
HSV(B) 343.89º 0.91% 0.75% -
XYZ 22.86 11.98 5.96 -
YUV 74.68 121.98 211.68 -
System Red Green Blue C M Y K H S L
Decimal 192 17 64 0 0.91 0.67 0.25 343.89 0.84 0.41
Hex C0 11 40 0 5B 43 19 158 54 29
Octal 300 21 100 0 133 103 31 530 124 51
Binary 11000000 10001 1000000 0 1011011 1000011 11001 101011000 1010100 101001

Color Harmonies of #C01140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01140

Black with #C01140

Text Example


Text Example

White with #C01140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01140; }

 p { color: rgb(192,17,64); }

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

background-color css

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

 a { background-color: rgb(192,17,64); }

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

border-color css

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

 span { border-color: rgb(192,17,64); }

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