Html Css Color HEX #C11F3F Cardinal

📋 copy color: '#C11F3F'

red 193 ◦ green 31 ◦ blue 63

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

Shades of Cardinal #C11F3F

Tints of Cardinal #C11F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.95%

R = 67.25%
G = 10.8%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C11F3F (or 0xC11F3F) is known color: Cardinal. HEX triplet: C1, 1F and 3F. RGB value is (193,31,63). Sum of RGB (Red+Green+Blue) = 193+31+63=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11F3F is #3EE0C0. Grayscale: #535353. Windows color (decimal): -4120769 or 4136897. OLE color: 4136897.

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

Color convert

RGB 193 31 63 -
CMYK 0 0.84 0.67 0.24
HSL 348.15º 0.72% 0.44% -
HSV(B) 348.15º 0.84% 0.76% -
XYZ 23.38 12.68 5.92 -
YUV 83.09 116.67 206.4 -
System Red Green Blue C M Y K H S L
Decimal 193 31 63 0 0.84 0.67 0.24 348.15 0.72 0.44
Hex C1 1F 3F 0 54 43 18 15C 48 2C
Octal 301 37 77 0 124 103 30 534 110 54
Binary 11000001 11111 111111 0 1010100 1000011 11000 101011100 1001000 101100

Color Harmonies of #C11F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11F3F

Black with #C11F3F

Text Example


Text Example

White with #C11F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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