Html Css Color HEX #C11240 Cardinal

📋 copy color: '#C11240'

red 193 ◦ green 18 ◦ blue 64

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

Shades of Cardinal #C11240

Tints of Cardinal #C11240

RGB

 RED value IS 193 (75.78% from 255) = 70.18%

 GREEN value IS 18 (7.42% from 255) = 6.55%

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

R = 70.18%
G = 6.55%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C11240 (or 0xC11240) is known color: Cardinal. HEX triplet: C1, 12 and 40. RGB value is (193,18,64). Sum of RGB (Red+Green+Blue) = 193+18+64=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C11240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11240 is #3EEDBF. Grayscale: #4B4B4B. Windows color (decimal): -4124096 or 4199105. OLE color: 4199105.

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

Color convert

RGB 193 18 64 -
CMYK 0 0.91 0.67 0.24
HSL 344.23º 0.83% 0.41% -
HSV(B) 344.23º 0.91% 0.76% -
XYZ 23.13 12.14 5.97 -
YUV 75.57 121.48 211.76 -
System Red Green Blue C M Y K H S L
Decimal 193 18 64 0 0.91 0.67 0.24 344.23 0.83 0.41
Hex C1 12 40 0 5B 43 18 158 53 29
Octal 301 22 100 0 133 103 30 530 123 51
Binary 11000001 10010 1000000 0 1011011 1000011 11000 101011000 1010011 101001

Color Harmonies of #C11240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11240

Black with #C11240

Text Example


Text Example

White with #C11240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11240; }

 p { color: rgb(193,18,64); }

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

background-color css

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

 a { background-color: rgb(193,18,64); }

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

border-color css

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

 span { border-color: rgb(193,18,64); }

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