Html Css Color HEX #C3121F Fire Engine Red

📋 copy color: '#C3121F'

red 195 ◦ green 18 ◦ blue 31

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

Shades of Fire Engine Red #C3121F

Tints of Fire Engine Red #C3121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.38%

 BLUE value IS 31 (12.5% from 255) = 12.7%

R = 79.92%
G = 7.38%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3121F (or 0xC3121F) is known color: Fire Engine Red. HEX triplet: C3, 12 and 1F. RGB value is (195,18,31). Sum of RGB (Red+Green+Blue) = 195+18+31=244 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.92% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 195 - color contains mainly: red. Hex color #C3121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3121F is #3CEDE0. Grayscale: #484848. Windows color (decimal): -3993057 or 2036419. OLE color: 2036419.

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

Color convert

RGB 195 18 31 -
CMYK 0 0.91 0.84 0.24
HSL 355.59º 0.83% 0.42% -
HSV(B) 355.59º 0.91% 0.76% -
XYZ 22.97 12.13 2.43 -
YUV 72.41 104.64 215.44 -
System Red Green Blue C M Y K H S L
Decimal 195 18 31 0 0.91 0.84 0.24 355.59 0.83 0.42
Hex C3 12 1F 0 5B 54 18 164 53 2A
Octal 303 22 37 0 133 124 30 544 123 52
Binary 11000011 10010 11111 0 1011011 1010100 11000 101100100 1010011 101010

Color Harmonies of #C3121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3121F

Black with #C3121F

Text Example


Text Example

White with #C3121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3121F; }

 p { color: rgb(195,18,31); }

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

background-color css

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

 a { background-color: rgb(195,18,31); }

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

border-color css

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

 span { border-color: rgb(195,18,31); }

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