Html Css Color HEX #C61023 Fire Engine Red

📋 copy color: '#C61023'

red 198 ◦ green 16 ◦ blue 35

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

Shades of Fire Engine Red #C61023

Tints of Fire Engine Red #C61023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.43%

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

R = 79.52%
G = 6.43%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C61023 (or 0xC61023) is known color: Fire Engine Red. HEX triplet: C6, 10 and 23. RGB value is (198,16,35). Sum of RGB (Red+Green+Blue) = 198+16+35=249 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.52% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 198 - color contains mainly: red. Hex color #C61023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61023 is #39EFDC. Grayscale: #484848. Windows color (decimal): -3796957 or 2298054. OLE color: 2298054.

HSL color Cylindrical-coordinate representation of color #C61023: hue angle of 353.74º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C61023 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 16 35 -
CMYK 0 0.92 0.82 0.22
HSL 353.74º 0.85% 0.42% -
HSV(B) 353.74º 0.92% 0.78% -
XYZ 23.78 12.5 2.75 -
YUV 72.58 106.8 217.46 -
System Red Green Blue C M Y K H S L
Decimal 198 16 35 0 0.92 0.82 0.22 353.74 0.85 0.42
Hex C6 10 23 0 5C 52 16 162 55 2A
Octal 306 20 43 0 134 122 26 542 125 52
Binary 11000110 10000 100011 0 1011100 1010010 10110 101100010 1010101 101010

Color Harmonies of #C61023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61023

Black with #C61023

Text Example


Text Example

White with #C61023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61023; }

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

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

background-color css

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

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

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

border-color css

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

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

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