Html Css Color HEX #C41B27 Fire Engine Red

📋 copy color: '#C41B27'

red 196 ◦ green 27 ◦ blue 39

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

Shades of Fire Engine Red #C41B27

Tints of Fire Engine Red #C41B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.89%

R = 74.81%
G = 10.31%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C41B27 (or 0xC41B27) is known color: Fire Engine Red. HEX triplet: C4, 1B and 27. RGB value is (196,27,39). Sum of RGB (Red+Green+Blue) = 196+27+39=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41B27 is #3BE4D8. Grayscale: #4F4F4F. Windows color (decimal): -3925209 or 2563012. OLE color: 2563012.

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

Color convert

RGB 196 27 39 -
CMYK 0 0.86 0.80 0.23
HSL 355.74º 0.76% 0.44% -
HSV(B) 355.74º 0.86% 0.77% -
XYZ 23.52 12.67 3.12 -
YUV 78.9 105.49 211.52 -
System Red Green Blue C M Y K H S L
Decimal 196 27 39 0 0.86 0.80 0.23 355.74 0.76 0.44
Hex C4 1B 27 0 56 50 17 164 4C 2C
Octal 304 33 47 0 126 120 27 544 114 54
Binary 11000100 11011 100111 0 1010110 1010000 10111 101100100 1001100 101100

Color Harmonies of #C41B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B27

Black with #C41B27

Text Example


Text Example

White with #C41B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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