Html Css Color HEX #C11F3E Cardinal

📋 copy color: '#C11F3E'

red 193 ◦ green 31 ◦ blue 62

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

Shades of Cardinal #C11F3E

Tints of Cardinal #C11F3E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.84%

 BLUE value IS 62 (24.61% from 255) = 21.68%

R = 67.48%
G = 10.84%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C11F3E (or 0xC11F3E) is known color: Cardinal. HEX triplet: C1, 1F and 3E. RGB value is (193,31,62). Sum of RGB (Red+Green+Blue) = 193+31+62=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11F3E is #3EE0C1. Grayscale: #535353. Windows color (decimal): -4120770 or 4071361. OLE color: 4071361.

HSL color Cylindrical-coordinate representation of color #C11F3E: hue angle of 348.52º degrees, saturation: 0.72, 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 #C11F3E is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 31 62 -
CMYK 0 0.84 0.68 0.24
HSL 348.52º 0.72% 0.44% -
HSV(B) 348.52º 0.84% 0.76% -
XYZ 23.35 12.67 5.77 -
YUV 82.97 116.17 206.48 -
System Red Green Blue C M Y K H S L
Decimal 193 31 62 0 0.84 0.68 0.24 348.52 0.72 0.44
Hex C1 1F 3E 0 54 44 18 15D 48 2C
Octal 301 37 76 0 124 104 30 535 110 54
Binary 11000001 11111 111110 0 1010100 1000100 11000 101011101 1001000 101100

Color Harmonies of #C11F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11F3E

Black with #C11F3E

Text Example


Text Example

White with #C11F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11F3E; }

 p { color: rgb(193,31,62); }

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

background-color css

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

 a { background-color: rgb(193,31,62); }

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

border-color css

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

 span { border-color: rgb(193,31,62); }

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