Html Css Color HEX #C1102B Fire Engine Red

📋 copy color: '#C1102B'

red 193 ◦ green 16 ◦ blue 43

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

Shades of Fire Engine Red #C1102B

Tints of Fire Engine Red #C1102B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.06%

R = 76.59%
G = 6.35%
B = 17.06%

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

#C1102B (or 0xC1102B) is known color: Fire Engine Red. HEX triplet: C1, 10 and 2B. RGB value is (193,16,43). Sum of RGB (Red+Green+Blue) = 193+16+43=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C1102B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1102B is #3EEFD4. Grayscale: #484848. Windows color (decimal): -4124629 or 2822337. OLE color: 2822337.

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

Color convert

RGB 193 16 43 -
CMYK 0 0.92 0.78 0.24
HSL 350.85º 0.85% 0.41% -
HSV(B) 350.85º 0.92% 0.76% -
XYZ 22.61 11.88 3.39 -
YUV 72 111.64 214.3 -
System Red Green Blue C M Y K H S L
Decimal 193 16 43 0 0.92 0.78 0.24 350.85 0.85 0.41
Hex C1 10 2B 0 5C 4E 18 15F 55 29
Octal 301 20 53 0 134 116 30 537 125 51
Binary 11000001 10000 101011 0 1011100 1001110 11000 101011111 1010101 101001

Color Harmonies of #C1102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1102B

Black with #C1102B

Text Example


Text Example

White with #C1102B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1102B; }

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

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

background-color css

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

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

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

border-color css

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

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

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