Html Css Color HEX #C61527 Fire Engine Red

📋 copy color: '#C61527'

red 198 ◦ green 21 ◦ blue 39

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

Shades of Fire Engine Red #C61527

Tints of Fire Engine Red #C61527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.12%

R = 76.74%
G = 8.14%
B = 15.12%

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

#C61527 (or 0xC61527) is known color: Fire Engine Red. HEX triplet: C6, 15 and 27. RGB value is (198,21,39). Sum of RGB (Red+Green+Blue) = 198+21+39=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C61527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61527 is #39EAD8. Grayscale: #4C4C4C. Windows color (decimal): -3795673 or 2561478. OLE color: 2561478.

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

Color convert

RGB 198 21 39 -
CMYK 0 0.89 0.80 0.22
HSL 353.9º 0.81% 0.43% -
HSV(B) 353.9º 0.89% 0.78% -
XYZ 23.92 12.69 3.11 -
YUV 75.98 107.14 215.04 -
System Red Green Blue C M Y K H S L
Decimal 198 21 39 0 0.89 0.80 0.22 353.9 0.81 0.43
Hex C6 15 27 0 59 50 16 162 51 2B
Octal 306 25 47 0 131 120 26 542 121 53
Binary 11000110 10101 100111 0 1011001 1010000 10110 101100010 1010001 101011

Color Harmonies of #C61527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61527

Black with #C61527

Text Example


Text Example

White with #C61527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61527; }

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

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

background-color css

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

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

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

border-color css

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

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

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