Html Css Color HEX #C11A2E Cardinal

📋 copy color: '#C11A2E'

red 193 ◦ green 26 ◦ blue 46

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

Shades of Cardinal #C11A2E

Tints of Cardinal #C11A2E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.81%

 BLUE value IS 46 (18.36% from 255) = 17.36%

R = 72.83%
G = 9.81%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C11A2E (or 0xC11A2E) is known color: Cardinal. HEX triplet: C1, 1A and 2E. RGB value is (193,26,46). Sum of RGB (Red+Green+Blue) = 193+26+46=265 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.83% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11A2E is #3EE5D1. Grayscale: #4E4E4E. Windows color (decimal): -4122066 or 3021505. OLE color: 3021505.

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

Color convert

RGB 193 26 46 -
CMYK 0 0.87 0.76 0.24
HSL 352.81º 0.76% 0.43% -
HSV(B) 352.81º 0.87% 0.76% -
XYZ 22.85 12.27 3.75 -
YUV 78.21 109.83 209.87 -
System Red Green Blue C M Y K H S L
Decimal 193 26 46 0 0.87 0.76 0.24 352.81 0.76 0.43
Hex C1 1A 2E 0 57 4C 18 161 4C 2B
Octal 301 32 56 0 127 114 30 541 114 53
Binary 11000001 11010 101110 0 1010111 1001100 11000 101100001 1001100 101011

Color Harmonies of #C11A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11A2E

Black with #C11A2E

Text Example


Text Example

White with #C11A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11A2E; }

 p { color: rgb(193,26,46); }

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

background-color css

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

 a { background-color: rgb(193,26,46); }

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

border-color css

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

 span { border-color: rgb(193,26,46); }

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