Html Css Color HEX #C3092C Fire Engine Red

📋 copy color: '#C3092C'

red 195 ◦ green 9 ◦ blue 44

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

Shades of Fire Engine Red #C3092C

Tints of Fire Engine Red #C3092C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.63%

 BLUE value IS 44 (17.58% from 255) = 17.74%

R = 78.63%
G = 3.63%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3092C (or 0xC3092C) is known color: Fire Engine Red. HEX triplet: C3, 09 and 2C. RGB value is (195,9,44). Sum of RGB (Red+Green+Blue) = 195+9+44=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C3092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3092C is #3CF6D3. Grayscale: #444444. Windows color (decimal): -3995348 or 2886083. OLE color: 2886083.

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

Color convert

RGB 195 9 44 -
CMYK 0 0.95 0.77 0.24
HSL 348.71º 0.91% 0.4% -
HSV(B) 348.71º 0.95% 0.76% -
XYZ 23.06 11.98 3.48 -
YUV 68.6 114.12 218.15 -
System Red Green Blue C M Y K H S L
Decimal 195 9 44 0 0.95 0.77 0.24 348.71 0.91 0.4
Hex C3 9 2C 0 5F 4D 18 15D 5B 28
Octal 303 11 54 0 137 115 30 535 133 50
Binary 11000011 1001 101100 0 1011111 1001101 11000 101011101 1011011 101000

Color Harmonies of #C3092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3092C

Black with #C3092C

Text Example


Text Example

White with #C3092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3092C; }

 p { color: rgb(195,9,44); }

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

background-color css

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

 a { background-color: rgb(195,9,44); }

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

border-color css

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

 span { border-color: rgb(195,9,44); }

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