Html Css Color HEX #C2132B Fire Engine Red

📋 copy color: '#C2132B'

red 194 ◦ green 19 ◦ blue 43

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

Shades of Fire Engine Red #C2132B

Tints of Fire Engine Red #C2132B

RGB

 RED value IS 194 (76.17% from 255) = 75.78%

 GREEN value IS 19 (7.81% from 255) = 7.42%

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

R = 75.78%
G = 7.42%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2132B (or 0xC2132B) is known color: Fire Engine Red. HEX triplet: C2, 13 and 2B. RGB value is (194,19,43). Sum of RGB (Red+Green+Blue) = 194+19+43=256 (33% of max value = 765). Red value is 194 (76.17% from 255 or 75.78% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 194 - color contains mainly: red. Hex color #C2132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2132B is #3DECD4. Grayscale: #4A4A4A. Windows color (decimal): -4058325 or 2823106. OLE color: 2823106.

HSL color Cylindrical-coordinate representation of color #C2132B: hue angle of 351.77º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2132B is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 19 43 -
CMYK 0 0.90 0.78 0.24
HSL 351.77º 0.82% 0.42% -
HSV(B) 351.77º 0.9% 0.76% -
XYZ 22.92 12.11 3.42 -
YUV 74.06 110.48 213.55 -
System Red Green Blue C M Y K H S L
Decimal 194 19 43 0 0.90 0.78 0.24 351.77 0.82 0.42
Hex C2 13 2B 0 5A 4E 18 160 52 2A
Octal 302 23 53 0 132 116 30 540 122 52
Binary 11000010 10011 101011 0 1011010 1001110 11000 101100000 1010010 101010

Color Harmonies of #C2132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2132B

Black with #C2132B

Text Example


Text Example

White with #C2132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2132B; }

 p { color: rgb(194,19,43); }

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

background-color css

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

 a { background-color: rgb(194,19,43); }

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

border-color css

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

 span { border-color: rgb(194,19,43); }

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