Html Css Color HEX #C11437 Cardinal

📋 copy color: '#C11437'

red 193 ◦ green 20 ◦ blue 55

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

Shades of Cardinal #C11437

Tints of Cardinal #C11437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

 BLUE value IS 55 (21.88% from 255) = 20.52%

R = 72.01%
G = 7.46%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C11437 (or 0xC11437) is known color: Cardinal. HEX triplet: C1, 14 and 37. RGB value is (193,20,55). Sum of RGB (Red+Green+Blue) = 193+20+55=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C11437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11437 is #3EEBC8. Grayscale: #4B4B4B. Windows color (decimal): -4123593 or 3609793. OLE color: 3609793.

HSL color Cylindrical-coordinate representation of color #C11437: hue angle of 347.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11437 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 20 55 -
CMYK 0 0.90 0.72 0.24
HSL 347.86º 0.81% 0.42% -
HSV(B) 347.86º 0.9% 0.76% -
XYZ 22.93 12.11 4.74 -
YUV 75.72 116.31 211.65 -
System Red Green Blue C M Y K H S L
Decimal 193 20 55 0 0.90 0.72 0.24 347.86 0.81 0.42
Hex C1 14 37 0 5A 48 18 15C 51 2A
Octal 301 24 67 0 132 110 30 534 121 52
Binary 11000001 10100 110111 0 1011010 1001000 11000 101011100 1010001 101010

Color Harmonies of #C11437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11437

Black with #C11437

Text Example


Text Example

White with #C11437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11437; }

 p { color: rgb(193,20,55); }

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

background-color css

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

 a { background-color: rgb(193,20,55); }

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

border-color css

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

 span { border-color: rgb(193,20,55); }

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