Html Css Color HEX #C3151B Fire Engine Red

📋 copy color: '#C3151B'

red 195 ◦ green 21 ◦ blue 27

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

Shades of Fire Engine Red #C3151B

Tints of Fire Engine Red #C3151B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.64%

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

R = 80.25%
G = 8.64%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3151B (or 0xC3151B) is known color: Fire Engine Red. HEX triplet: C3, 15 and 1B. RGB value is (195,21,27). Sum of RGB (Red+Green+Blue) = 195+21+27=243 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.25% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 195 - color contains mainly: red. Hex color #C3151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3151B is #3CEAE4. Grayscale: #494949. Windows color (decimal): -3992293 or 1775043. OLE color: 1775043.

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

Color convert

RGB 195 21 27 -
CMYK 0 0.89 0.86 0.24
HSL 357.93º 0.81% 0.42% -
HSV(B) 357.93º 0.89% 0.76% -
XYZ 22.97 12.22 2.18 -
YUV 73.71 101.65 214.51 -
System Red Green Blue C M Y K H S L
Decimal 195 21 27 0 0.89 0.86 0.24 357.93 0.81 0.42
Hex C3 15 1B 0 59 56 18 166 51 2A
Octal 303 25 33 0 131 126 30 546 121 52
Binary 11000011 10101 11011 0 1011001 1010110 11000 101100110 1010001 101010

Color Harmonies of #C3151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3151B

Black with #C3151B

Text Example


Text Example

White with #C3151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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