Html Css Color HEX #C1082A Fire Engine Red

📋 copy color: '#C1082A'

red 193 ◦ green 8 ◦ blue 42

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

Shades of Fire Engine Red #C1082A

Tints of Fire Engine Red #C1082A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

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

R = 79.42%
G = 3.29%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1082A (or 0xC1082A) is known color: Fire Engine Red. HEX triplet: C1, 08 and 2A. RGB value is (193,8,42). Sum of RGB (Red+Green+Blue) = 193+8+42=243 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.42% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 193 - color contains mainly: red. Hex color #C1082A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1082A is #3EF7D5. Grayscale: #434343. Windows color (decimal): -4126678 or 2754753. OLE color: 2754753.

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

Color convert

RGB 193 8 42 -
CMYK 0 0.96 0.78 0.24
HSL 348.97º 0.92% 0.39% -
HSV(B) 348.97º 0.96% 0.76% -
XYZ 22.5 11.68 3.26 -
YUV 67.19 113.79 217.74 -
System Red Green Blue C M Y K H S L
Decimal 193 8 42 0 0.96 0.78 0.24 348.97 0.92 0.39
Hex C1 8 2A 0 60 4E 18 15D 5C 27
Octal 301 10 52 0 140 116 30 535 134 47
Binary 11000001 1000 101010 0 1100000 1001110 11000 101011101 1011100 100111

Color Harmonies of #C1082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1082A

Black with #C1082A

Text Example


Text Example

White with #C1082A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1082A; }

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

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

background-color css

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

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

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

border-color css

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

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

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