Html Css Color HEX #C11645 Cardinal

📋 copy color: '#C11645'

red 193 ◦ green 22 ◦ blue 69

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

Shades of Cardinal #C11645

Tints of Cardinal #C11645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.3%

R = 67.96%
G = 7.75%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C11645 (or 0xC11645) is known color: Cardinal. HEX triplet: C1, 16 and 45. RGB value is (193,22,69). Sum of RGB (Red+Green+Blue) = 193+22+69=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C11645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11645 is #3EE9BA. Grayscale: #4E4E4E. Windows color (decimal): -4123067 or 4527809. OLE color: 4527809.

HSL color Cylindrical-coordinate representation of color #C11645: hue angle of 343.51º 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 #C11645 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 22 69 -
CMYK 0 0.89 0.64 0.24
HSL 343.51º 0.8% 0.42% -
HSV(B) 343.51º 0.89% 0.76% -
XYZ 23.35 12.34 6.78 -
YUV 78.49 122.65 209.68 -
System Red Green Blue C M Y K H S L
Decimal 193 22 69 0 0.89 0.64 0.24 343.51 0.8 0.42
Hex C1 16 45 0 59 40 18 158 50 2A
Octal 301 26 105 0 131 100 30 530 120 52
Binary 11000001 10110 1000101 0 1011001 1000000 11000 101011000 1010000 101010

Color Harmonies of #C11645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11645

Black with #C11645

Text Example


Text Example

White with #C11645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11645; }

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

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

background-color css

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

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

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

border-color css

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

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

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