Html Css Color HEX #C11534 Cardinal

📋 copy color: '#C11534'

red 193 ◦ green 21 ◦ blue 52

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

Shades of Cardinal #C11534

Tints of Cardinal #C11534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.89%

 BLUE value IS 52 (20.7% from 255) = 19.55%

R = 72.56%
G = 7.89%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C11534 (or 0xC11534) is known color: Cardinal. HEX triplet: C1, 15 and 34. RGB value is (193,21,52). Sum of RGB (Red+Green+Blue) = 193+21+52=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C11534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11534 is #3EEACB. Grayscale: #4C4C4C. Windows color (decimal): -4123340 or 3413441. OLE color: 3413441.

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

Color convert

RGB 193 21 52 -
CMYK 0 0.89 0.73 0.24
HSL 349.19º 0.8% 0.42% -
HSV(B) 349.19º 0.89% 0.76% -
XYZ 22.88 12.12 4.38 -
YUV 75.96 114.48 211.48 -
System Red Green Blue C M Y K H S L
Decimal 193 21 52 0 0.89 0.73 0.24 349.19 0.8 0.42
Hex C1 15 34 0 59 49 18 15D 50 2A
Octal 301 25 64 0 131 111 30 535 120 52
Binary 11000001 10101 110100 0 1011001 1001001 11000 101011101 1010000 101010

Color Harmonies of #C11534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11534

Black with #C11534

Text Example


Text Example

White with #C11534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11534; }

 p { color: rgb(193,21,52); }

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

background-color css

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

 a { background-color: rgb(193,21,52); }

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

border-color css

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

 span { border-color: rgb(193,21,52); }

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