Html Css Color HEX #C01141 Cardinal

📋 copy color: '#C01141'

red 192 ◦ green 17 ◦ blue 65

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

Shades of Cardinal #C01141

Tints of Cardinal #C01141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.72%

R = 70.07%
G = 6.2%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C01141 (or 0xC01141) is known color: Cardinal. HEX triplet: C0, 11 and 41. RGB value is (192,17,65). Sum of RGB (Red+Green+Blue) = 192+17+65=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C01141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01141 is #3FEEBE. Grayscale: #4A4A4A. Windows color (decimal): -4189887 or 4264384. OLE color: 4264384.

HSL color Cylindrical-coordinate representation of color #C01141: hue angle of 343.54º 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 #C01141 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 65 -
CMYK 0 0.91 0.66 0.25
HSL 343.54º 0.84% 0.41% -
HSV(B) 343.54º 0.91% 0.75% -
XYZ 22.89 11.99 6.11 -
YUV 74.8 122.48 211.6 -
System Red Green Blue C M Y K H S L
Decimal 192 17 65 0 0.91 0.66 0.25 343.54 0.84 0.41
Hex C0 11 41 0 5B 42 19 158 54 29
Octal 300 21 101 0 133 102 31 530 124 51
Binary 11000000 10001 1000001 0 1011011 1000010 11001 101011000 1010100 101001

Color Harmonies of #C01141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01141

Black with #C01141

Text Example


Text Example

White with #C01141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01141; }

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

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

background-color css

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

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

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

border-color css

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

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

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