Html Css Color HEX #C11530 Cardinal

📋 copy color: '#C11530'

red 193 ◦ green 21 ◦ blue 48

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

Shades of Cardinal #C11530

Tints of Cardinal #C11530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.32%

R = 73.66%
G = 8.02%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C11530 (or 0xC11530) is known color: Cardinal. HEX triplet: C1, 15 and 30. RGB value is (193,21,48). Sum of RGB (Red+Green+Blue) = 193+21+48=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C11530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11530 is #3EEACF. Grayscale: #4B4B4B. Windows color (decimal): -4123344 or 3151297. OLE color: 3151297.

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

Color convert

RGB 193 21 48 -
CMYK 0 0.89 0.75 0.24
HSL 350.58º 0.8% 0.42% -
HSV(B) 350.58º 0.89% 0.76% -
XYZ 22.79 12.09 3.93 -
YUV 75.51 112.48 211.8 -
System Red Green Blue C M Y K H S L
Decimal 193 21 48 0 0.89 0.75 0.24 350.58 0.8 0.42
Hex C1 15 30 0 59 4B 18 15F 50 2A
Octal 301 25 60 0 131 113 30 537 120 52
Binary 11000001 10101 110000 0 1011001 1001011 11000 101011111 1010000 101010

Color Harmonies of #C11530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11530

Black with #C11530

Text Example


Text Example

White with #C11530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11530; }

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

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

background-color css

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

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

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

border-color css

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

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

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