Html Css Color HEX #C2132A Fire Engine Red

📋 copy color: '#C2132A'

red 194 ◦ green 19 ◦ blue 42

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

Shades of Fire Engine Red #C2132A

Tints of Fire Engine Red #C2132A

RGB

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

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

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

R = 76.08%
G = 7.45%
B = 16.47%

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

#C2132A (or 0xC2132A) is known color: Fire Engine Red. HEX triplet: C2, 13 and 2A. RGB value is (194,19,42). Sum of RGB (Red+Green+Blue) = 194+19+42=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C2132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2132A is #3DECD5. Grayscale: #4A4A4A. Windows color (decimal): -4058326 or 2757570. OLE color: 2757570.

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

Color convert

RGB 194 19 42 -
CMYK 0 0.90 0.78 0.24
HSL 352.11º 0.82% 0.42% -
HSV(B) 352.11º 0.9% 0.76% -
XYZ 22.9 12.1 3.32 -
YUV 73.95 109.98 213.63 -
System Red Green Blue C M Y K H S L
Decimal 194 19 42 0 0.90 0.78 0.24 352.11 0.82 0.42
Hex C2 13 2A 0 5A 4E 18 160 52 2A
Octal 302 23 52 0 132 116 30 540 122 52
Binary 11000010 10011 101010 0 1011010 1001110 11000 101100000 1010010 101010

Color Harmonies of #C2132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2132A

Black with #C2132A

Text Example


Text Example

White with #C2132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2132A; }

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

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

background-color css

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

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

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

border-color css

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

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

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