Html Css Color HEX #C1102A Fire Engine Red

📋 copy color: '#C1102A'

red 193 ◦ green 16 ◦ blue 42

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

Shades of Fire Engine Red #C1102A

Tints of Fire Engine Red #C1102A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.37%

 BLUE value IS 42 (16.8% from 255) = 16.73%

R = 76.89%
G = 6.37%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1102A (or 0xC1102A) is known color: Fire Engine Red. HEX triplet: C1, 10 and 2A. RGB value is (193,16,42). Sum of RGB (Red+Green+Blue) = 193+16+42=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C1102A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1102A is #3EEFD5. Grayscale: #474747. Windows color (decimal): -4124630 or 2756801. OLE color: 2756801.

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

Color convert

RGB 193 16 42 -
CMYK 0 0.92 0.78 0.24
HSL 351.19º 0.85% 0.41% -
HSV(B) 351.19º 0.92% 0.76% -
XYZ 22.6 11.88 3.29 -
YUV 71.89 111.14 214.39 -
System Red Green Blue C M Y K H S L
Decimal 193 16 42 0 0.92 0.78 0.24 351.19 0.85 0.41
Hex C1 10 2A 0 5C 4E 18 15F 55 29
Octal 301 20 52 0 134 116 30 537 125 51
Binary 11000001 10000 101010 0 1011100 1001110 11000 101011111 1010101 101001

Color Harmonies of #C1102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1102A

Black with #C1102A

Text Example


Text Example

White with #C1102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1102A; }

 p { color: rgb(193,16,42); }

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

background-color css

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

 a { background-color: rgb(193,16,42); }

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

border-color css

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

 span { border-color: rgb(193,16,42); }

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