Html Css Color HEX #C11831 Cardinal

📋 copy color: '#C11831'

red 193 ◦ green 24 ◦ blue 49

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

Shades of Cardinal #C11831

Tints of Cardinal #C11831

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.02%

 BLUE value IS 49 (19.53% from 255) = 18.42%

R = 72.56%
G = 9.02%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C11831 (or 0xC11831) is known color: Cardinal. HEX triplet: C1, 18 and 31. RGB value is (193,24,49). Sum of RGB (Red+Green+Blue) = 193+24+49=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C11831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11831 is #3EE7CE. Grayscale: #4D4D4D. Windows color (decimal): -4122575 or 3217601. OLE color: 3217601.

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

Color convert

RGB 193 24 49 -
CMYK 0 0.88 0.75 0.24
HSL 351.12º 0.78% 0.43% -
HSV(B) 351.12º 0.88% 0.76% -
XYZ 22.87 12.21 4.06 -
YUV 77.38 111.99 210.47 -
System Red Green Blue C M Y K H S L
Decimal 193 24 49 0 0.88 0.75 0.24 351.12 0.78 0.43
Hex C1 18 31 0 58 4B 18 15F 4E 2B
Octal 301 30 61 0 130 113 30 537 116 53
Binary 11000001 11000 110001 0 1011000 1001011 11000 101011111 1001110 101011

Color Harmonies of #C11831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11831

Black with #C11831

Text Example


Text Example

White with #C11831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11831; }

 p { color: rgb(193,24,49); }

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

background-color css

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

 a { background-color: rgb(193,24,49); }

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

border-color css

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

 span { border-color: rgb(193,24,49); }

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