Html Css Color HEX #C11F3D Cardinal

📋 copy color: '#C11F3D'

red 193 ◦ green 31 ◦ blue 61

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

Shades of Cardinal #C11F3D

Tints of Cardinal #C11F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.4%

R = 67.72%
G = 10.88%
B = 21.4%

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

#C11F3D (or 0xC11F3D) is known color: Cardinal. HEX triplet: C1, 1F and 3D. RGB value is (193,31,61). Sum of RGB (Red+Green+Blue) = 193+31+61=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11F3D is #3EE0C2. Grayscale: #525252. Windows color (decimal): -4120771 or 4005825. OLE color: 4005825.

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

Color convert

RGB 193 31 61 -
CMYK 0 0.84 0.68 0.24
HSL 348.89º 0.72% 0.44% -
HSV(B) 348.89º 0.84% 0.76% -
XYZ 23.32 12.65 5.63 -
YUV 82.86 115.67 206.56 -
System Red Green Blue C M Y K H S L
Decimal 193 31 61 0 0.84 0.68 0.24 348.89 0.72 0.44
Hex C1 1F 3D 0 54 44 18 15D 48 2C
Octal 301 37 75 0 124 104 30 535 110 54
Binary 11000001 11111 111101 0 1010100 1000100 11000 101011101 1001000 101100

Color Harmonies of #C11F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11F3D

Black with #C11F3D

Text Example


Text Example

White with #C11F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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