Html Css Color HEX #C61629 Fire Engine Red

📋 copy color: '#C61629'

red 198 ◦ green 22 ◦ blue 41

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

Shades of Fire Engine Red #C61629

Tints of Fire Engine Red #C61629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.43%

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

R = 75.86%
G = 8.43%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C61629 (or 0xC61629) is known color: Fire Engine Red. HEX triplet: C6, 16 and 29. RGB value is (198,22,41). Sum of RGB (Red+Green+Blue) = 198+22+41=261 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.86% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 198 - color contains mainly: red. Hex color #C61629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61629 is #39E9D6. Grayscale: #4C4C4C. Windows color (decimal): -3795415 or 2692806. OLE color: 2692806.

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

Color convert

RGB 198 22 41 -
CMYK 0 0.89 0.79 0.22
HSL 353.52º 0.8% 0.43% -
HSV(B) 353.52º 0.89% 0.78% -
XYZ 23.98 12.74 3.29 -
YUV 76.79 107.81 214.46 -
System Red Green Blue C M Y K H S L
Decimal 198 22 41 0 0.89 0.79 0.22 353.52 0.8 0.43
Hex C6 16 29 0 59 4F 16 162 50 2B
Octal 306 26 51 0 131 117 26 542 120 53
Binary 11000110 10110 101001 0 1011001 1001111 10110 101100010 1010000 101011

Color Harmonies of #C61629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61629

Black with #C61629

Text Example


Text Example

White with #C61629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61629; }

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

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

background-color css

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

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

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

border-color css

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

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

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