Html Css Color HEX #C3082D Fire Engine Red

📋 copy color: '#C3082D'

red 195 ◦ green 8 ◦ blue 45

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

Shades of Fire Engine Red #C3082D

Tints of Fire Engine Red #C3082D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.15%

R = 78.63%
G = 3.23%
B = 18.15%

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

#C3082D (or 0xC3082D) is known color: Fire Engine Red. HEX triplet: C3, 08 and 2D. RGB value is (195,8,45). Sum of RGB (Red+Green+Blue) = 195+8+45=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C3082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3082D is #3CF7D2. Grayscale: #444444. Windows color (decimal): -3995603 or 2951363. OLE color: 2951363.

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

Color convert

RGB 195 8 45 -
CMYK 0 0.96 0.77 0.24
HSL 348.13º 0.92% 0.4% -
HSV(B) 348.13º 0.96% 0.76% -
XYZ 23.07 11.97 3.58 -
YUV 68.13 114.95 218.49 -
System Red Green Blue C M Y K H S L
Decimal 195 8 45 0 0.96 0.77 0.24 348.13 0.92 0.4
Hex C3 8 2D 0 60 4D 18 15C 5C 28
Octal 303 10 55 0 140 115 30 534 134 50
Binary 11000011 1000 101101 0 1100000 1001101 11000 101011100 1011100 101000

Color Harmonies of #C3082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3082D

Black with #C3082D

Text Example


Text Example

White with #C3082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3082D; }

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

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

background-color css

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

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

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

border-color css

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

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

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