Html Css Color HEX #C3082C Fire Engine Red

📋 copy color: '#C3082C'

red 195 ◦ green 8 ◦ blue 44

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

Shades of Fire Engine Red #C3082C

Tints of Fire Engine Red #C3082C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.24%

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

R = 78.95%
G = 3.24%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3082C (or 0xC3082C) is known color: Fire Engine Red. HEX triplet: C3, 08 and 2C. RGB value is (195,8,44). Sum of RGB (Red+Green+Blue) = 195+8+44=247 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.95% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 195 - color contains mainly: red. Hex color #C3082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3082C is #3CF7D3. Grayscale: #444444. Windows color (decimal): -3995604 or 2885827. OLE color: 2885827.

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

Color convert

RGB 195 8 44 -
CMYK 0 0.96 0.77 0.24
HSL 348.45º 0.92% 0.4% -
HSV(B) 348.45º 0.96% 0.76% -
XYZ 23.05 11.96 3.48 -
YUV 68.02 114.45 218.57 -
System Red Green Blue C M Y K H S L
Decimal 195 8 44 0 0.96 0.77 0.24 348.45 0.92 0.4
Hex C3 8 2C 0 60 4D 18 15C 5C 28
Octal 303 10 54 0 140 115 30 534 134 50
Binary 11000011 1000 101100 0 1100000 1001101 11000 101011100 1011100 101000

Color Harmonies of #C3082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3082C

Black with #C3082C

Text Example


Text Example

White with #C3082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3082C; }

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

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

background-color css

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

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

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

border-color css

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

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

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