Html Css Color HEX #C61529 Fire Engine Red

📋 copy color: '#C61529'

red 198 ◦ green 21 ◦ blue 41

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

Shades of Fire Engine Red #C61529

Tints of Fire Engine Red #C61529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

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

R = 76.15%
G = 8.08%
B = 15.77%

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

#C61529 (or 0xC61529) is known color: Fire Engine Red. HEX triplet: C6, 15 and 29. RGB value is (198,21,41). Sum of RGB (Red+Green+Blue) = 198+21+41=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C61529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61529 is #39EAD6. Grayscale: #4C4C4C. Windows color (decimal): -3795671 or 2692550. OLE color: 2692550.

HSL color Cylindrical-coordinate representation of color #C61529: hue angle of 353.22º degrees, saturation: 0.81, 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 #C61529 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 21 41 -
CMYK 0 0.89 0.79 0.22
HSL 353.22º 0.81% 0.43% -
HSV(B) 353.22º 0.89% 0.78% -
XYZ 23.96 12.7 3.29 -
YUV 76.2 108.14 214.87 -
System Red Green Blue C M Y K H S L
Decimal 198 21 41 0 0.89 0.79 0.22 353.22 0.81 0.43
Hex C6 15 29 0 59 4F 16 161 51 2B
Octal 306 25 51 0 131 117 26 541 121 53
Binary 11000110 10101 101001 0 1011001 1001111 10110 101100001 1010001 101011

Color Harmonies of #C61529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61529

Black with #C61529

Text Example


Text Example

White with #C61529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61529; }

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

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

background-color css

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

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

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

border-color css

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

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

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