Html Css Color HEX #C11E30 Cardinal

📋 copy color: '#C11E30'

red 193 ◦ green 30 ◦ blue 48

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

Shades of Cardinal #C11E30

Tints of Cardinal #C11E30

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.07%

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

R = 71.22%
G = 11.07%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C11E30 (or 0xC11E30) is known color: Cardinal. HEX triplet: C1, 1E and 30. RGB value is (193,30,48). Sum of RGB (Red+Green+Blue) = 193+30+48=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11E30 is #3EE1CF. Grayscale: #505050. Windows color (decimal): -4121040 or 3153601. OLE color: 3153601.

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

Color convert

RGB 193 30 48 -
CMYK 0 0.84 0.75 0.24
HSL 353.37º 0.73% 0.44% -
HSV(B) 353.37º 0.84% 0.76% -
XYZ 22.99 12.48 3.99 -
YUV 80.79 109.5 208.04 -
System Red Green Blue C M Y K H S L
Decimal 193 30 48 0 0.84 0.75 0.24 353.37 0.73 0.44
Hex C1 1E 30 0 54 4B 18 161 49 2C
Octal 301 36 60 0 124 113 30 541 111 54
Binary 11000001 11110 110000 0 1010100 1001011 11000 101100001 1001001 101100

Color Harmonies of #C11E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11E30

Black with #C11E30

Text Example


Text Example

White with #C11E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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