Html Css Color HEX #C31426 Fire Engine Red

📋 copy color: '#C31426'

red 195 ◦ green 20 ◦ blue 38

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

Shades of Fire Engine Red #C31426

Tints of Fire Engine Red #C31426

RGB

 RED value IS 195 (76.56% from 255) = 77.08%

 GREEN value IS 20 (8.2% from 255) = 7.91%

 BLUE value IS 38 (15.23% from 255) = 15.02%

R = 77.08%
G = 7.91%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C31426 (or 0xC31426) is known color: Fire Engine Red. HEX triplet: C3, 14 and 26. RGB value is (195,20,38). Sum of RGB (Red+Green+Blue) = 195+20+38=253 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.08% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 195 - color contains mainly: red. Hex color #C31426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31426 is #3CEBD9. Grayscale: #4A4A4A. Windows color (decimal): -3992538 or 2495683. OLE color: 2495683.

HSL color Cylindrical-coordinate representation of color #C31426: hue angle of 353.83º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31426 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 20 38 -
CMYK 0 0.90 0.81 0.24
HSL 353.83º 0.81% 0.42% -
HSV(B) 353.83º 0.9% 0.76% -
XYZ 23.11 12.24 2.98 -
YUV 74.38 107.48 214.04 -
System Red Green Blue C M Y K H S L
Decimal 195 20 38 0 0.90 0.81 0.24 353.83 0.81 0.42
Hex C3 14 26 0 5A 51 18 162 51 2A
Octal 303 24 46 0 132 121 30 542 121 52
Binary 11000011 10100 100110 0 1011010 1010001 11000 101100010 1010001 101010

Color Harmonies of #C31426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31426

Black with #C31426

Text Example


Text Example

White with #C31426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31426; }

 p { color: rgb(195,20,38); }

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

background-color css

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

 a { background-color: rgb(195,20,38); }

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

border-color css

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

 span { border-color: rgb(195,20,38); }

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