Html Css Color HEX #C0132A Fire Engine Red

📋 copy color: '#C0132A'

red 192 ◦ green 19 ◦ blue 42

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

Shades of Fire Engine Red #C0132A

Tints of Fire Engine Red #C0132A

RGB

 RED value IS 192 (75.39% from 255) = 75.89%

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

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

R = 75.89%
G = 7.51%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0132A (or 0xC0132A) is known color: Fire Engine Red. HEX triplet: C0, 13 and 2A. RGB value is (192,19,42). Sum of RGB (Red+Green+Blue) = 192+19+42=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C0132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0132A is #3FECD5. Grayscale: #494949. Windows color (decimal): -4189398 or 2757568. OLE color: 2757568.

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

Color convert

RGB 192 19 42 -
CMYK 0 0.90 0.78 0.25
HSL 352.02º 0.82% 0.41% -
HSV(B) 352.02º 0.9% 0.75% -
XYZ 22.39 11.84 3.3 -
YUV 73.35 110.31 212.63 -
System Red Green Blue C M Y K H S L
Decimal 192 19 42 0 0.90 0.78 0.25 352.02 0.82 0.41
Hex C0 13 2A 0 5A 4E 19 160 52 29
Octal 300 23 52 0 132 116 31 540 122 51
Binary 11000000 10011 101010 0 1011010 1001110 11001 101100000 1010010 101001

Color Harmonies of #C0132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0132A

Black with #C0132A

Text Example


Text Example

White with #C0132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0132A; }

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

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

background-color css

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

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

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

border-color css

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

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

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