Html Css Color HEX #C41B1D Fire Engine Red

📋 copy color: '#C41B1D'

red 196 ◦ green 27 ◦ blue 29

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

Shades of Fire Engine Red #C41B1D

Tints of Fire Engine Red #C41B1D

RGB

 RED value IS 196 (76.95% from 255) = 77.78%

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

 BLUE value IS 29 (11.72% from 255) = 11.51%

R = 77.78%
G = 10.71%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C41B1D (or 0xC41B1D) is known color: Fire Engine Red. HEX triplet: C4, 1B and 1D. RGB value is (196,27,29). Sum of RGB (Red+Green+Blue) = 196+27+29=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41B1D is #3BE4E2. Grayscale: #4D4D4D. Windows color (decimal): -3925219 or 1907652. OLE color: 1907652.

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

Color convert

RGB 196 27 29 -
CMYK 0 0.86 0.85 0.23
HSL 359.29º 0.76% 0.44% -
HSV(B) 359.29º 0.86% 0.77% -
XYZ 23.38 12.61 2.36 -
YUV 77.76 100.49 212.34 -
System Red Green Blue C M Y K H S L
Decimal 196 27 29 0 0.86 0.85 0.23 359.29 0.76 0.44
Hex C4 1B 1D 0 56 55 17 167 4C 2C
Octal 304 33 35 0 126 125 27 547 114 54
Binary 11000100 11011 11101 0 1010110 1010101 10111 101100111 1001100 101100

Color Harmonies of #C41B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B1D

Black with #C41B1D

Text Example


Text Example

White with #C41B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B1D; }

 p { color: rgb(196,27,29); }

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

background-color css

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

 a { background-color: rgb(196,27,29); }

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

border-color css

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

 span { border-color: rgb(196,27,29); }

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