Html Css Color HEX #C31926 Fire Engine Red

📋 copy color: '#C31926'

red 195 ◦ green 25 ◦ blue 38

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

Shades of Fire Engine Red #C31926

Tints of Fire Engine Red #C31926

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.69%

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

R = 75.58%
G = 9.69%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C31926 (or 0xC31926) is known color: Fire Engine Red. HEX triplet: C3, 19 and 26. RGB value is (195,25,38). Sum of RGB (Red+Green+Blue) = 195+25+38=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C31926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31926 is #3CE6D9. Grayscale: #4D4D4D. Windows color (decimal): -3991258 or 2496963. OLE color: 2496963.

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

Color convert

RGB 195 25 38 -
CMYK 0 0.87 0.81 0.24
HSL 355.41º 0.77% 0.43% -
HSV(B) 355.41º 0.87% 0.76% -
XYZ 23.2 12.44 3.01 -
YUV 77.31 105.82 211.94 -
System Red Green Blue C M Y K H S L
Decimal 195 25 38 0 0.87 0.81 0.24 355.41 0.77 0.43
Hex C3 19 26 0 57 51 18 163 4D 2B
Octal 303 31 46 0 127 121 30 543 115 53
Binary 11000011 11001 100110 0 1010111 1010001 11000 101100011 1001101 101011

Color Harmonies of #C31926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31926

Black with #C31926

Text Example


Text Example

White with #C31926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31926; }

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

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

background-color css

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

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

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

border-color css

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

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

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