Html Css Color HEX #C61329 Fire Engine Red

📋 copy color: '#C61329'

red 198 ◦ green 19 ◦ blue 41

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

Shades of Fire Engine Red #C61329

Tints of Fire Engine Red #C61329

RGB

 RED value IS 198 (77.73% from 255) = 76.74%

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

 BLUE value IS 41 (16.41% from 255) = 15.89%

R = 76.74%
G = 7.36%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C61329 (or 0xC61329) is known color: Fire Engine Red. HEX triplet: C6, 13 and 29. RGB value is (198,19,41). Sum of RGB (Red+Green+Blue) = 198+19+41=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C61329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61329 is #39ECD6. Grayscale: #4B4B4B. Windows color (decimal): -3796183 or 2692038. OLE color: 2692038.

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

Color convert

RGB 198 19 41 -
CMYK 0 0.90 0.79 0.22
HSL 352.63º 0.82% 0.43% -
HSV(B) 352.63º 0.9% 0.78% -
XYZ 23.92 12.63 3.28 -
YUV 75.03 108.8 215.71 -
System Red Green Blue C M Y K H S L
Decimal 198 19 41 0 0.90 0.79 0.22 352.63 0.82 0.43
Hex C6 13 29 0 5A 4F 16 161 52 2B
Octal 306 23 51 0 132 117 26 541 122 53
Binary 11000110 10011 101001 0 1011010 1001111 10110 101100001 1010010 101011

Color Harmonies of #C61329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61329

Black with #C61329

Text Example


Text Example

White with #C61329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61329; }

 p { color: rgb(198,19,41); }

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

background-color css

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

 a { background-color: rgb(198,19,41); }

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

border-color css

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

 span { border-color: rgb(198,19,41); }

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