Html Css Color HEX #C40F2B Fire Engine Red

📋 copy color: '#C40F2B'

red 196 ◦ green 15 ◦ blue 43

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

Shades of Fire Engine Red #C40F2B

Tints of Fire Engine Red #C40F2B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.91%

 BLUE value IS 43 (17.19% from 255) = 16.93%

R = 77.17%
G = 5.91%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C40F2B (or 0xC40F2B) is known color: Fire Engine Red. HEX triplet: C4, 0F and 2B. RGB value is (196,15,43). Sum of RGB (Red+Green+Blue) = 196+15+43=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40F2B is #3BF0D4. Grayscale: #484848. Windows color (decimal): -3928277 or 2822084. OLE color: 2822084.

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

Color convert

RGB 196 15 43 -
CMYK 0 0.92 0.78 0.23
HSL 350.72º 0.86% 0.41% -
HSV(B) 350.72º 0.92% 0.77% -
XYZ 23.37 12.25 3.42 -
YUV 72.31 111.47 216.22 -
System Red Green Blue C M Y K H S L
Decimal 196 15 43 0 0.92 0.78 0.23 350.72 0.86 0.41
Hex C4 F 2B 0 5C 4E 17 15F 56 29
Octal 304 17 53 0 134 116 27 537 126 51
Binary 11000100 1111 101011 0 1011100 1001110 10111 101011111 1010110 101001

Color Harmonies of #C40F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40F2B

Black with #C40F2B

Text Example


Text Example

White with #C40F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40F2B; }

 p { color: rgb(196,15,43); }

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

background-color css

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

 a { background-color: rgb(196,15,43); }

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

border-color css

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

 span { border-color: rgb(196,15,43); }

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