Html Css Color HEX #C11340 Cardinal

📋 copy color: '#C11340'

red 193 ◦ green 19 ◦ blue 64

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

Shades of Cardinal #C11340

Tints of Cardinal #C11340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

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

R = 69.93%
G = 6.88%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C11340 (or 0xC11340) is known color: Cardinal. HEX triplet: C1, 13 and 40. RGB value is (193,19,64). Sum of RGB (Red+Green+Blue) = 193+19+64=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C11340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11340 is #3EECBF. Grayscale: #4C4C4C. Windows color (decimal): -4123840 or 4199361. OLE color: 4199361.

HSL color Cylindrical-coordinate representation of color #C11340: hue angle of 344.48º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11340 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 19 64 -
CMYK 0 0.90 0.67 0.24
HSL 344.48º 0.82% 0.42% -
HSV(B) 344.48º 0.9% 0.76% -
XYZ 23.15 12.17 5.98 -
YUV 76.16 121.15 211.34 -
System Red Green Blue C M Y K H S L
Decimal 193 19 64 0 0.90 0.67 0.24 344.48 0.82 0.42
Hex C1 13 40 0 5A 43 18 158 52 2A
Octal 301 23 100 0 132 103 30 530 122 52
Binary 11000001 10011 1000000 0 1011010 1000011 11000 101011000 1010010 101010

Color Harmonies of #C11340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11340

Black with #C11340

Text Example


Text Example

White with #C11340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11340; }

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

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

background-color css

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

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

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

border-color css

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

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

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