Html Css Color HEX #C61423 Fire Engine Red

📋 copy color: '#C61423'

red 198 ◦ green 20 ◦ blue 35

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

Shades of Fire Engine Red #C61423

Tints of Fire Engine Red #C61423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.91%

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

R = 78.26%
G = 7.91%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C61423 (or 0xC61423) is known color: Fire Engine Red. HEX triplet: C6, 14 and 23. RGB value is (198,20,35). Sum of RGB (Red+Green+Blue) = 198+20+35=253 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.26% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 198 - color contains mainly: red. Hex color #C61423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61423 is #39EBDC. Grayscale: #4B4B4B. Windows color (decimal): -3795933 or 2299078. OLE color: 2299078.

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

Color convert

RGB 198 20 35 -
CMYK 0 0.90 0.82 0.22
HSL 354.94º 0.82% 0.43% -
HSV(B) 354.94º 0.9% 0.78% -
XYZ 23.84 12.63 2.77 -
YUV 74.93 105.47 215.78 -
System Red Green Blue C M Y K H S L
Decimal 198 20 35 0 0.90 0.82 0.22 354.94 0.82 0.43
Hex C6 14 23 0 5A 52 16 163 52 2B
Octal 306 24 43 0 132 122 26 543 122 53
Binary 11000110 10100 100011 0 1011010 1010010 10110 101100011 1010010 101011

Color Harmonies of #C61423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61423

Black with #C61423

Text Example


Text Example

White with #C61423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61423; }

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

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

background-color css

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

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

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

border-color css

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

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

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