Html Css Color HEX #C41B25 Fire Engine Red

📋 copy color: '#C41B25'

red 196 ◦ green 27 ◦ blue 37

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

Shades of Fire Engine Red #C41B25

Tints of Fire Engine Red #C41B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.23%

R = 75.38%
G = 10.38%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C41B25 (or 0xC41B25) is known color: Fire Engine Red. HEX triplet: C4, 1B and 25. RGB value is (196,27,37). Sum of RGB (Red+Green+Blue) = 196+27+37=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41B25 is #3BE4DA. Grayscale: #4E4E4E. Windows color (decimal): -3925211 or 2431940. OLE color: 2431940.

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

Color convert

RGB 196 27 37 -
CMYK 0 0.86 0.81 0.23
HSL 356.45º 0.76% 0.44% -
HSV(B) 356.45º 0.86% 0.77% -
XYZ 23.49 12.65 2.95 -
YUV 78.67 104.49 211.69 -
System Red Green Blue C M Y K H S L
Decimal 196 27 37 0 0.86 0.81 0.23 356.45 0.76 0.44
Hex C4 1B 25 0 56 51 17 164 4C 2C
Octal 304 33 45 0 126 121 27 544 114 54
Binary 11000100 11011 100101 0 1010110 1010001 10111 101100100 1001100 101100

Color Harmonies of #C41B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B25

Black with #C41B25

Text Example


Text Example

White with #C41B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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