Html Css Color HEX #C11D38 Cardinal

📋 copy color: '#C11D38'

red 193 ◦ green 29 ◦ blue 56

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

Shades of Cardinal #C11D38

Tints of Cardinal #C11D38

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.43%

 BLUE value IS 56 (22.27% from 255) = 20.14%

R = 69.42%
G = 10.43%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C11D38 (or 0xC11D38) is known color: Cardinal. HEX triplet: C1, 1D and 38. RGB value is (193,29,56). Sum of RGB (Red+Green+Blue) = 193+29+56=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11D38 is #3EE2C7. Grayscale: #515151. Windows color (decimal): -4121288 or 3677633. OLE color: 3677633.

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

Color convert

RGB 193 29 56 -
CMYK 0 0.85 0.71 0.24
HSL 350.12º 0.74% 0.44% -
HSV(B) 350.12º 0.85% 0.76% -
XYZ 23.15 12.5 4.93 -
YUV 81.11 113.83 207.8 -
System Red Green Blue C M Y K H S L
Decimal 193 29 56 0 0.85 0.71 0.24 350.12 0.74 0.44
Hex C1 1D 38 0 55 47 18 15E 4A 2C
Octal 301 35 70 0 125 107 30 536 112 54
Binary 11000001 11101 111000 0 1010101 1000111 11000 101011110 1001010 101100

Color Harmonies of #C11D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11D38

Black with #C11D38

Text Example


Text Example

White with #C11D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11D38; }

 p { color: rgb(193,29,56); }

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

background-color css

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

 a { background-color: rgb(193,29,56); }

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

border-color css

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

 span { border-color: rgb(193,29,56); }

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