Html Css Color HEX #C11640 Cardinal

📋 copy color: '#C11640'

red 193 ◦ green 22 ◦ blue 64

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

Shades of Cardinal #C11640

Tints of Cardinal #C11640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.89%

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

R = 69.18%
G = 7.89%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C11640 (or 0xC11640) is known color: Cardinal. HEX triplet: C1, 16 and 40. RGB value is (193,22,64). Sum of RGB (Red+Green+Blue) = 193+22+64=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C11640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11640 is #3EE9BF. Grayscale: #4D4D4D. Windows color (decimal): -4123072 or 4200129. OLE color: 4200129.

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

Color convert

RGB 193 22 64 -
CMYK 0 0.89 0.67 0.24
HSL 345.26º 0.8% 0.42% -
HSV(B) 345.26º 0.89% 0.76% -
XYZ 23.2 12.28 6 -
YUV 77.92 120.15 210.08 -
System Red Green Blue C M Y K H S L
Decimal 193 22 64 0 0.89 0.67 0.24 345.26 0.8 0.42
Hex C1 16 40 0 59 43 18 159 50 2A
Octal 301 26 100 0 131 103 30 531 120 52
Binary 11000001 10110 1000000 0 1011001 1000011 11000 101011001 1010000 101010

Color Harmonies of #C11640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11640

Black with #C11640

Text Example


Text Example

White with #C11640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11640; }

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

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

background-color css

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

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

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

border-color css

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

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

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