Html Css Color HEX #C31923 Fire Engine Red

📋 copy color: '#C31923'

red 195 ◦ green 25 ◦ blue 35

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

Shades of Fire Engine Red #C31923

Tints of Fire Engine Red #C31923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.73%

R = 76.47%
G = 9.8%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C31923 (or 0xC31923) is known color: Fire Engine Red. HEX triplet: C3, 19 and 23. RGB value is (195,25,35). Sum of RGB (Red+Green+Blue) = 195+25+35=255 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.47% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 195 - color contains mainly: red. Hex color #C31923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31923 is #3CE6DC. Grayscale: #4D4D4D. Windows color (decimal): -3991261 or 2300355. OLE color: 2300355.

HSL color Cylindrical-coordinate representation of color #C31923: hue angle of 356.47º 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 #C31923 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 25 35 -
CMYK 0 0.87 0.82 0.24
HSL 356.47º 0.77% 0.43% -
HSV(B) 356.47º 0.87% 0.76% -
XYZ 23.16 12.42 2.77 -
YUV 76.97 104.32 212.19 -
System Red Green Blue C M Y K H S L
Decimal 195 25 35 0 0.87 0.82 0.24 356.47 0.77 0.43
Hex C3 19 23 0 57 52 18 164 4D 2B
Octal 303 31 43 0 127 122 30 544 115 53
Binary 11000011 11001 100011 0 1010111 1010010 11000 101100100 1001101 101011

Color Harmonies of #C31923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31923

Black with #C31923

Text Example


Text Example

White with #C31923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31923; }

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

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

background-color css

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

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

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

border-color css

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

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

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