Html Css Color HEX #C3152B Fire Engine Red

📋 copy color: '#C3152B'

red 195 ◦ green 21 ◦ blue 43

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

Shades of Fire Engine Red #C3152B

Tints of Fire Engine Red #C3152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.6%

R = 75.29%
G = 8.11%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3152B (or 0xC3152B) is known color: Fire Engine Red. HEX triplet: C3, 15 and 2B. RGB value is (195,21,43). Sum of RGB (Red+Green+Blue) = 195+21+43=259 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.29% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 195 - color contains mainly: red. Hex color #C3152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3152B is #3CEAD4. Grayscale: #4B4B4B. Windows color (decimal): -3992277 or 2823619. OLE color: 2823619.

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

Color convert

RGB 195 21 43 -
CMYK 0 0.89 0.78 0.24
HSL 352.41º 0.81% 0.42% -
HSV(B) 352.41º 0.89% 0.76% -
XYZ 23.21 12.31 3.44 -
YUV 75.53 109.65 213.21 -
System Red Green Blue C M Y K H S L
Decimal 195 21 43 0 0.89 0.78 0.24 352.41 0.81 0.42
Hex C3 15 2B 0 59 4E 18 160 51 2A
Octal 303 25 53 0 131 116 30 540 121 52
Binary 11000011 10101 101011 0 1011001 1001110 11000 101100000 1010001 101010

Color Harmonies of #C3152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3152B

Black with #C3152B

Text Example


Text Example

White with #C3152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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