Html Css Color HEX #C61528 Fire Engine Red

📋 copy color: '#C61528'

red 198 ◦ green 21 ◦ blue 40

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

Shades of Fire Engine Red #C61528

Tints of Fire Engine Red #C61528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.44%

R = 76.45%
G = 8.11%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C61528 (or 0xC61528) is known color: Fire Engine Red. HEX triplet: C6, 15 and 28. RGB value is (198,21,40). Sum of RGB (Red+Green+Blue) = 198+21+40=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C61528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61528 is #39EAD7. Grayscale: #4C4C4C. Windows color (decimal): -3795672 or 2627014. OLE color: 2627014.

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

Color convert

RGB 198 21 40 -
CMYK 0 0.89 0.80 0.22
HSL 353.56º 0.81% 0.43% -
HSV(B) 353.56º 0.89% 0.78% -
XYZ 23.94 12.7 3.2 -
YUV 76.09 107.64 214.96 -
System Red Green Blue C M Y K H S L
Decimal 198 21 40 0 0.89 0.80 0.22 353.56 0.81 0.43
Hex C6 15 28 0 59 50 16 162 51 2B
Octal 306 25 50 0 131 120 26 542 121 53
Binary 11000110 10101 101000 0 1011001 1010000 10110 101100010 1010001 101011

Color Harmonies of #C61528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61528

Black with #C61528

Text Example


Text Example

White with #C61528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61528; }

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

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

background-color css

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

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

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

border-color css

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

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

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