Html Css Color HEX #C41B29 Fire Engine Red

📋 copy color: '#C41B29'

red 196 ◦ green 27 ◦ blue 41

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

Shades of Fire Engine Red #C41B29

Tints of Fire Engine Red #C41B29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.53%

R = 74.24%
G = 10.23%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C41B29 (or 0xC41B29) is known color: Fire Engine Red. HEX triplet: C4, 1B and 29. RGB value is (196,27,41). Sum of RGB (Red+Green+Blue) = 196+27+41=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41B29 is #3BE4D6. Grayscale: #4F4F4F. Windows color (decimal): -3925207 or 2694084. OLE color: 2694084.

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

Color convert

RGB 196 27 41 -
CMYK 0 0.86 0.79 0.23
HSL 355.03º 0.76% 0.44% -
HSV(B) 355.03º 0.86% 0.77% -
XYZ 23.56 12.68 3.3 -
YUV 79.13 106.49 211.36 -
System Red Green Blue C M Y K H S L
Decimal 196 27 41 0 0.86 0.79 0.23 355.03 0.76 0.44
Hex C4 1B 29 0 56 4F 17 163 4C 2C
Octal 304 33 51 0 126 117 27 543 114 54
Binary 11000100 11011 101001 0 1010110 1001111 10111 101100011 1001100 101100

Color Harmonies of #C41B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B29

Black with #C41B29

Text Example


Text Example

White with #C41B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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