Html Css Color HEX #C61B2A Fire Engine Red

📋 copy color: '#C61B2A'

red 198 ◦ green 27 ◦ blue 42

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

Shades of Fire Engine Red #C61B2A

Tints of Fire Engine Red #C61B2A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.11%

 BLUE value IS 42 (16.8% from 255) = 15.73%

R = 74.16%
G = 10.11%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C61B2A (or 0xC61B2A) is known color: Fire Engine Red. HEX triplet: C6, 1B and 2A. RGB value is (198,27,42). Sum of RGB (Red+Green+Blue) = 198+27+42=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61B2A is #39E4D5. Grayscale: #4F4F4F. Windows color (decimal): -3794134 or 2759622. OLE color: 2759622.

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

Color convert

RGB 198 27 42 -
CMYK 0 0.86 0.79 0.22
HSL 354.74º 0.76% 0.44% -
HSV(B) 354.74º 0.86% 0.78% -
XYZ 24.1 12.96 3.42 -
YUV 79.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 198 27 42 0 0.86 0.79 0.22 354.74 0.76 0.44
Hex C6 1B 2A 0 56 4F 16 163 4C 2C
Octal 306 33 52 0 126 117 26 543 114 54
Binary 11000110 11011 101010 0 1010110 1001111 10110 101100011 1001100 101100

Color Harmonies of #C61B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61B2A

Black with #C61B2A

Text Example


Text Example

White with #C61B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61B2A; }

 p { color: rgb(198,27,42); }

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

background-color css

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

 a { background-color: rgb(198,27,42); }

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

border-color css

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

 span { border-color: rgb(198,27,42); }

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