Html Css Color HEX #C11230 Cardinal

📋 copy color: '#C11230'

red 193 ◦ green 18 ◦ blue 48

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

Shades of Cardinal #C11230

Tints of Cardinal #C11230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.95%

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

R = 74.52%
G = 6.95%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C11230 (or 0xC11230) is known color: Cardinal. HEX triplet: C1, 12 and 30. RGB value is (193,18,48). Sum of RGB (Red+Green+Blue) = 193+18+48=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C11230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11230 is #3EEDCF. Grayscale: #494949. Windows color (decimal): -4124112 or 3150529. OLE color: 3150529.

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

Color convert

RGB 193 18 48 -
CMYK 0 0.91 0.75 0.24
HSL 349.71º 0.83% 0.41% -
HSV(B) 349.71º 0.91% 0.76% -
XYZ 22.74 11.98 3.91 -
YUV 73.75 113.48 213.06 -
System Red Green Blue C M Y K H S L
Decimal 193 18 48 0 0.91 0.75 0.24 349.71 0.83 0.41
Hex C1 12 30 0 5B 4B 18 15E 53 29
Octal 301 22 60 0 133 113 30 536 123 51
Binary 11000001 10010 110000 0 1011011 1001011 11000 101011110 1010011 101001

Color Harmonies of #C11230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11230

Black with #C11230

Text Example


Text Example

White with #C11230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11230; }

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

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

background-color css

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

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

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

border-color css

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

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

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