Html Css Color HEX #C3121B Fire Engine Red

📋 copy color: '#C3121B'

red 195 ◦ green 18 ◦ blue 27

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

Shades of Fire Engine Red #C3121B

Tints of Fire Engine Red #C3121B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.25%

R = 81.25%
G = 7.5%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3121B (or 0xC3121B) is known color: Fire Engine Red. HEX triplet: C3, 12 and 1B. RGB value is (195,18,27). Sum of RGB (Red+Green+Blue) = 195+18+27=240 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.25% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 195 - color contains mainly: red. Hex color #C3121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3121B is #3CEDE4. Grayscale: #484848. Windows color (decimal): -3993061 or 1774275. OLE color: 1774275.

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

Color convert

RGB 195 18 27 -
CMYK 0 0.91 0.86 0.24
HSL 356.95º 0.83% 0.42% -
HSV(B) 356.95º 0.91% 0.76% -
XYZ 22.92 12.11 2.17 -
YUV 71.95 102.64 215.77 -
System Red Green Blue C M Y K H S L
Decimal 195 18 27 0 0.91 0.86 0.24 356.95 0.83 0.42
Hex C3 12 1B 0 5B 56 18 165 53 2A
Octal 303 22 33 0 133 126 30 545 123 52
Binary 11000011 10010 11011 0 1011011 1010110 11000 101100101 1010011 101010

Color Harmonies of #C3121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3121B

Black with #C3121B

Text Example


Text Example

White with #C3121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3121B; }

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

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

background-color css

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

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

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

border-color css

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

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

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