Html Css Color HEX #C3082B Fire Engine Red

📋 copy color: '#C3082B'

red 195 ◦ green 8 ◦ blue 43

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

Shades of Fire Engine Red #C3082B

Tints of Fire Engine Red #C3082B

RGB

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

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

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

R = 79.27%
G = 3.25%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3082B (or 0xC3082B) is known color: Fire Engine Red. HEX triplet: C3, 08 and 2B. RGB value is (195,8,43). Sum of RGB (Red+Green+Blue) = 195+8+43=246 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.27% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 195 - color contains mainly: red. Hex color #C3082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3082B is #3CF7D4. Grayscale: #434343. Windows color (decimal): -3995605 or 2820291. OLE color: 2820291.

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

Color convert

RGB 195 8 43 -
CMYK 0 0.96 0.78 0.24
HSL 348.77º 0.92% 0.4% -
HSV(B) 348.77º 0.96% 0.76% -
XYZ 23.03 11.95 3.38 -
YUV 67.9 113.95 218.65 -
System Red Green Blue C M Y K H S L
Decimal 195 8 43 0 0.96 0.78 0.24 348.77 0.92 0.4
Hex C3 8 2B 0 60 4E 18 15D 5C 28
Octal 303 10 53 0 140 116 30 535 134 50
Binary 11000011 1000 101011 0 1100000 1001110 11000 101011101 1011100 101000

Color Harmonies of #C3082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3082B

Black with #C3082B

Text Example


Text Example

White with #C3082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3082B; }

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

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

background-color css

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

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

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

border-color css

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

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

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