Html Css Color HEX #C61B23 Fire Engine Red

📋 copy color: '#C61B23'

red 198 ◦ green 27 ◦ blue 35

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

Shades of Fire Engine Red #C61B23

Tints of Fire Engine Red #C61B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.46%

R = 76.15%
G = 10.38%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C61B23 (or 0xC61B23) is known color: Fire Engine Red. HEX triplet: C6, 1B and 23. RGB value is (198,27,35). Sum of RGB (Red+Green+Blue) = 198+27+35=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61B23 is #39E4DC. Grayscale: #4F4F4F. Windows color (decimal): -3794141 or 2300870. OLE color: 2300870.

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

Color convert

RGB 198 27 35 -
CMYK 0 0.86 0.82 0.22
HSL 357.19º 0.76% 0.44% -
HSV(B) 357.19º 0.86% 0.78% -
XYZ 23.98 12.91 2.82 -
YUV 79.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 198 27 35 0 0.86 0.82 0.22 357.19 0.76 0.44
Hex C6 1B 23 0 56 52 16 165 4C 2C
Octal 306 33 43 0 126 122 26 545 114 54
Binary 11000110 11011 100011 0 1010110 1010010 10110 101100101 1001100 101100

Color Harmonies of #C61B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61B23

Black with #C61B23

Text Example


Text Example

White with #C61B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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