Html Css Color HEX #C61B2B Fire Engine Red

📋 copy color: '#C61B2B'

red 198 ◦ green 27 ◦ blue 43

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

Shades of Fire Engine Red #C61B2B

Tints of Fire Engine Red #C61B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 73.88%
G = 10.07%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C61B2B (or 0xC61B2B) is known color: Fire Engine Red. HEX triplet: C6, 1B and 2B. RGB value is (198,27,43). Sum of RGB (Red+Green+Blue) = 198+27+43=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61B2B is #39E4D4. Grayscale: #505050. Windows color (decimal): -3794133 or 2825158. OLE color: 2825158.

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

Color convert

RGB 198 27 43 -
CMYK 0 0.86 0.78 0.22
HSL 354.39º 0.76% 0.44% -
HSV(B) 354.39º 0.86% 0.78% -
XYZ 24.12 12.96 3.52 -
YUV 79.95 107.15 212.2 -
System Red Green Blue C M Y K H S L
Decimal 198 27 43 0 0.86 0.78 0.22 354.39 0.76 0.44
Hex C6 1B 2B 0 56 4E 16 162 4C 2C
Octal 306 33 53 0 126 116 26 542 114 54
Binary 11000110 11011 101011 0 1010110 1001110 10110 101100010 1001100 101100

Color Harmonies of #C61B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61B2B

Black with #C61B2B

Text Example


Text Example

White with #C61B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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