Html Css Color HEX #C3161B Fire Engine Red

📋 copy color: '#C3161B'

red 195 ◦ green 22 ◦ blue 27

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

Shades of Fire Engine Red #C3161B

Tints of Fire Engine Red #C3161B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.02%

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

R = 79.92%
G = 9.02%
B = 11.07%

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

#C3161B (or 0xC3161B) is known color: Fire Engine Red. HEX triplet: C3, 16 and 1B. RGB value is (195,22,27). Sum of RGB (Red+Green+Blue) = 195+22+27=244 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.92% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 195 - color contains mainly: red. Hex color #C3161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3161B is #3CE9E4. Grayscale: #4A4A4A. Windows color (decimal): -3992037 or 1775299. OLE color: 1775299.

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

Color convert

RGB 195 22 27 -
CMYK 0 0.89 0.86 0.24
HSL 358.27º 0.8% 0.43% -
HSV(B) 358.27º 0.89% 0.76% -
XYZ 22.99 12.26 2.19 -
YUV 74.3 101.31 214.09 -
System Red Green Blue C M Y K H S L
Decimal 195 22 27 0 0.89 0.86 0.24 358.27 0.8 0.43
Hex C3 16 1B 0 59 56 18 166 50 2B
Octal 303 26 33 0 131 126 30 546 120 53
Binary 11000011 10110 11011 0 1011001 1010110 11000 101100110 1010000 101011

Color Harmonies of #C3161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3161B

Black with #C3161B

Text Example


Text Example

White with #C3161B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3161B; }

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

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

background-color css

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

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

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

border-color css

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

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

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