Html Css Color HEX #C61328 Fire Engine Red

📋 copy color: '#C61328'

red 198 ◦ green 19 ◦ blue 40

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

Shades of Fire Engine Red #C61328

Tints of Fire Engine Red #C61328

RGB

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

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

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

R = 77.04%
G = 7.39%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C61328 (or 0xC61328) is known color: Fire Engine Red. HEX triplet: C6, 13 and 28. RGB value is (198,19,40). Sum of RGB (Red+Green+Blue) = 198+19+40=257 (34% of max value = 765). Red value is 198 (77.73% from 255 or 77.04% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 198 - color contains mainly: red. Hex color #C61328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61328 is #39ECD7. Grayscale: #4B4B4B. Windows color (decimal): -3796184 or 2626502. OLE color: 2626502.

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

Color convert

RGB 198 19 40 -
CMYK 0 0.90 0.80 0.22
HSL 352.96º 0.82% 0.43% -
HSV(B) 352.96º 0.9% 0.78% -
XYZ 23.9 12.62 3.18 -
YUV 74.92 108.3 215.79 -
System Red Green Blue C M Y K H S L
Decimal 198 19 40 0 0.90 0.80 0.22 352.96 0.82 0.43
Hex C6 13 28 0 5A 50 16 161 52 2B
Octal 306 23 50 0 132 120 26 541 122 53
Binary 11000110 10011 101000 0 1011010 1010000 10110 101100001 1010010 101011

Color Harmonies of #C61328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61328

Black with #C61328

Text Example


Text Example

White with #C61328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61328; }

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

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

background-color css

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

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

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

border-color css

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

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

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